GatedContent.com Tools

GatedContent.com Tools

Was ist GatedContent.com Tools?

GatedContent.com Tools ist eine Chrome-Erweiterung, die von https://gatedcontent.com entwickelt wurde, und ihr Hauptmerkmal ist "GatedContent.com Tools".

Erweiterungsscreenshots

screenshot

GatedContent.com Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie GatedContent.com Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Gate analysis tool for use in conjunction with the GatedContent.com form management platform.                    

Grundlegende Informationen zur Erweiterung

Name GatedContent.com Tools GatedContent.com Tools
ID kheokhoddkpgfefkljikdgfnbeckoelj
Offizielle URL https://chromewebstore.google.com/detail/gatedcontentcom-tools/kheokhoddkpgfefkljikdgfnbeckoelj
Beschreibung GatedContent.com Tools
Dateigröße 175 KB
Installationsanzahl 113
Aktuelle Version 2.0
Letztes Update 2024-02-29
Veröffentlichungsdatum 2020-04-27
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://gatedcontent.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.gatedcontent.com/privacy
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}