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:\/\/*\/*"
    ]
}