GatedContent.com Tools

GatedContent.com Tools

GatedContent.com Toolsとは何ですか?

GatedContent.com Toolsはhttps://gatedcontent.comによって開発されたChromeの拡張機能で、その主な機能は「GatedContent.com Tools」です。

拡張機能のスクリーンショット

screenshot

GatedContent.com Tools拡張機能のCRXファイルをダウンロード

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
Eメール [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:\/\/*\/*"
    ]
}