Remove This Application Was Created By A Google Apps Script User Free !!install!! Access
Embedding the script directly into a can often suppress the standard Apps Script header, as Google Sites handles the integration more seamlessly for users. Summary of Options User Account Type Effectiveness Workspace Internal Hidden for members of your own domain. GCP Verification Workspace/Paid Hidden for all users once verified. iframe Embedding Free/Workspace Hidden but may break login for non-anonymous apps. Google Sites Free/Workspace Hidden in many embedded contexts. Remove web app warning for Anyone with Google Account
function doPost(e) var data = JSON.parse(e.postData.contents); // Perform your backend logic here (e.g., writing to a Google Sheet) var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); sheet.appendRow([data.name, data.email]); // Return a JSON response return ContentService.createTextOutput(JSON.stringify( status: "success" )) .setMimeType(ContentService.MimeType.JSON); Use code with caution. Step 2: Build and Host Your Front-End Separately
Navigate to “Security” on the left sidebar. Embedding the script directly into a can often
Google implements this banner strictly for security and user transparency. Because Google Apps Script lets anyone deploy a live, public web application in seconds, bad actors often try to replicate Google login pages or bank portals to steal user data.
Use JavaScript fetch() or google.script.run to send data to your Apps Script (deployed as a Web App). iframe Embedding Free/Workspace Hidden but may break login
Google explicitly warns that "scripts and add-ons are provided 'as is' and without warranty of any kind". The extension author himself cautions: "pages from scripts.google.com are not trustworthy. Clearly by installing this plugin you must be aware of that." Therefore, only install this extension if you fully understand and accept the potential risks.
If you use a Google Workspace account, the banner will not appear for other users within the same domain . Step 2: Build and Host Your Front-End Separately
If you do not want to manage third-party hosting files or deal with manual HTML blocks, Google’s own product ecosystem offers a native, built-in bypass. Step-by-Step Implementation: