Site Audit Extension
Extension for site Audit.
Qu'est-ce que Site Audit Extension ?
Site Audit Extension est une extension Chrome développée par Adpushup, et sa fonction principale est "Extension for site Audit.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Site Audit Extension
Téléchargez les fichiers d'extension Site Audit Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is for internal usage of the company, it helps the operations team to analyse the setting on the publisher's website and get page configuration which can be fetched manually. It helps operations team for extracting the information automatically than doing it manually. Test this on https://www.javatpoint.com/math without any adblockers
Informations de Base sur l'Extension
Nom | Site Audit Extension |
ID | komkgjgoffjlpldfpdloocnmphefkfji |
URL Officiel | https://chromewebstore.google.com/detail/site-audit-extension/komkgjgoffjlpldfpdloocnmphefkfji |
Description | Extension for site Audit. |
Taille du Fichier | 76.67 KB |
Nombre d'Installations | 180 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-09-02 |
Date de Publication | 2022-08-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Adpushup |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Audit Extension", "description": "Extension for site Audit.", "version": "1.2", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "32": "icons\/32x32.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "dist\/content\/prebid.content.js" ] }, { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "dist\/content\/gpt.content.js" ] }, { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "dist\/content\/other.content.js" ] } ], "host_permissions": [ "*:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "dist\/web-accessible\/prebid.web.js", "dist\/web-accessible\/gpt.web.js" ] } ], "icons": { "32": "\/icons\/32x32.png" } } |