Here is the updated content for your Google Site that reflects the latest version of your EASE Audit Chrome Extension, in line with the Chrome Web Store Developer Program Policies:
Last updated: June 16, 2025
The EASE Audit Chrome Extension is a tool designed to extract GTM and CTM tracker IDs from the EASE platform and verify their presence on customer-facing websites. Its purpose is to streamline digital audit workflows, reduce manual QA efforts, and enhance setup visibility using direct DOM analysis—all performed entirely in the user’s browser.
This extension does not collect, store, or transmit any personally identifiable information (PII).
All operations are executed locally within the user’s browser environment.
The extension does not communicate with external servers or third-party services.
The chrome.storage API is used only to retain user preferences and temporarily cache scan data within the local session.
The following Chrome permissions are used, strictly within the context of the extension’s functionality:
activeTab – Grants access to the active tab only when the extension is explicitly activated by the user to initiate a scan.
scripting – Allows injection of JavaScript into the page to inspect the DOM for tracking tags like GTM and CTM.
storage – Enables saving local preferences or temporary data during audits.
tabs – Allows reading basic tab metadata (e.g. URL) and optionally opening reports in a new tab.
sidePanel – Provides a persistent, interactive results view alongside the scanned site.
clipboardWrite – Enables copying audit results to the clipboard at the user’s request.
Host Permissions
https://ease.searchkings.ca/* – Access to internal SK tool interface for SKCID lookup.
*://*/* – Required to inspect any client-facing website for audit purposes.
These permissions are activated only when a user initiates a scan. There is no background tracking or automated behavior.
This extension does not use remote code. All JavaScript, assets, and libraries are bundled directly within the extension package. It does not:
Fetch scripts from external servers
Use <script src=""> tags
Evaluate strings with eval() or Function()
The extension does not share any data with external platforms.
No analytics or reporting libraries are included.
The extension:
Does not collect or sell user data.
Does not use data for purposes outside of its single-purpose function.
Does not evaluate user data for financial services, creditworthiness, or profiling.
If you have any questions, feel free to reach out:
📧 jamal@searchkings.ca
You can now copy and paste this into your Google Site under your existing privacy policy page.
Let me know if you'd like me to generate a .docx or .html version for backup or documentation.