GatedContent.com Tools
GatedContent.com Tools
Wat is GatedContent.com Tools?
GatedContent.com Tools is een Chrome-extensie ontwikkeld door https://gatedcontent.com, en de belangrijkste functie is "GatedContent.com Tools".
Extensie Screenshots
Download het CRX-bestand van de extensie GatedContent.com Tools
Download GatedContent.com Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Gate analysis tool for use in conjunction with the GatedContent.com form management platform. Basisinformatie over de Extensie
| Naam | |
| ID | kheokhoddkpgfefkljikdgfnbeckoelj |
| Officiële URL | https://chromewebstore.google.com/detail/gatedcontentcom-tools/kheokhoddkpgfefkljikdgfnbeckoelj |
| Beschrijving | GatedContent.com Tools |
| Bestandsgrootte | 175 KB |
| Aantal Installaties | 113 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2024-02-29 |
| Publicatiedatum | 2020-04-27 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://gatedcontent.com |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://www.gatedcontent.com/privacy |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |