Akamai Script Management Policy Tester

A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging.

Akamai Script Management Policy Testerคืออะไร?

Akamai Script Management Policy Tester เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akamai Technologies, Inc. และคุณลักษณะหลักของมันคือ "A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Akamai Script Management Policy Tester

ดาวน์โหลดไฟล์ส่วนขยาย Akamai Script Management Policy Tester ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Script Management Tester Chrome plugin can be used to test actions such as deferring and blocking scripts locally in the browser, and see the impact on the site before taking action in Script Management.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Akamai Script Management Policy Tester Akamai Script Management Policy Tester
ID ddllhfdcpfhiglphlhojekcedojiocec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/akamai-script-management/ddllhfdcpfhiglphlhojekcedojiocec
คำอธิบาย A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging.
ขนาดไฟล์ 526 KB
จำนวนการติดตั้ง 324
เวอร์ชันปัจจุบัน 0.4.3
อัปเดตครั้งล่าสุด 2022-07-10
วันที่เผยแพร่ 2021-02-03
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Akamai Technologies, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Akamai Script Management Policy Tester",
    "short_name": "SM Tester",
    "description": "A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging.",
    "version": "0.4.3",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/sm-icon-20.png",
        "128": "images\/sm-icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "devtools_page": "scripts\/sm-ui.html",
    "browser_action": {
        "default_icon": {
            "20": "images\/sm-icon-20.png",
            "64": "images\/sm-icon-64.png"
        },
        "default_title": "Akamai Script Management Policy Tester"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/contentscript.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}