GatedContent.com Tools
GatedContent.com Tools
Qu'est-ce que GatedContent.com Tools ?
GatedContent.com Tools est une extension Chrome développée par https://gatedcontent.com, et sa fonction principale est "GatedContent.com Tools".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GatedContent.com Tools
Téléchargez les fichiers d'extension GatedContent.com Tools 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
Gate analysis tool for use in conjunction with the GatedContent.com form management platform.
Informations de Base sur l'Extension
Nom | GatedContent.com Tools |
ID | kheokhoddkpgfefkljikdgfnbeckoelj |
URL Officiel | https://chromewebstore.google.com/detail/gatedcontentcom-tools/kheokhoddkpgfefkljikdgfnbeckoelj |
Description | GatedContent.com Tools |
Taille du Fichier | 175 KB |
Nombre d'Installations | 113 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2024-02-29 |
Date de Publication | 2020-04-27 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://gatedcontent.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.gatedcontent.com/privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GatedContent.com Tools", "description": "GatedContent.com Tools", "version": "2.0", "manifest_version": 3, "author": "GatedContent.com", "short_name": "GCDC Tools", "web_accessible_resources": [ { "resources": [ "js\/inject.js", "css\/inject.css", "https:\/\/admin.gatedcontent.com\/fonts\/*", "https:\/\/fonts.googleapis.com\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "css": [ "css\/contentscript.css" ], "exclude_matches": [ "https:\/\/app.gatedcontent.com\/", "https:\/\/admin.gatedcontent.com\/", "https:\/\/staging-app.gatedcontent.com\/", "https:\/\/staging-admin.gatedcontent.com\/" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/service_worker.js" }, "icons": { "16": "images\/gcdc-logo_32.png", "32": "images\/gcdc-logo_32.png", "48": "images\/gcdc-logo_48.png", "128": "images\/gcdc-logo_128.png" }, "permissions": [ "activeTab", "tabs", "storage", "alarms", "sidePanel", "scripting" ], "side_panel": { "default_path": "sidebar.html" }, "action": { "default_icon": { "16": "images\/gcdc-logo_32.png", "32": "images\/gcdc-logo_32.png", "48": "images\/gcdc-logo_48.png", "128": "images\/gcdc-logo_128.png" } }, "content_security_policy": [], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |