GatedContent.com Tools

GatedContent.com Tools

Τι είναι το GatedContent.com Tools;

Το GatedContent.com Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gatedcontent.com, και η κύρια λειτουργία του είναι "GatedContent.com Tools".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης GatedContent.com Tools

Λήψη αρχείων επέκτασης GatedContent.com Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα GatedContent.com Tools GatedContent.com Tools
ID kheokhoddkpgfefkljikdgfnbeckoelj
Επίσημο URL https://chromewebstore.google.com/detail/gatedcontentcom-tools/kheokhoddkpgfefkljikdgfnbeckoelj
Περιγραφή GatedContent.com Tools
Μέγεθος Αρχείου 175 KB
Αριθμός Εγκαταστάσεων 113
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2020-04-27
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://gatedcontent.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.gatedcontent.com/privacy
Υποστηριζόμενες Γλώσσες 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:\/\/*\/*"
    ]
}