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.

Co je Akamai Script Management Policy Tester?

Akamai Script Management Policy Tester je rozšíření Chrome vyvinuté Akamai Technologies, Inc., a jeho hlavní funkcí je „A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Akamai Script Management Policy Tester

Stáhněte si soubory rozšíření Akamai Script Management Policy Tester ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Akamai Script Management Policy Tester Akamai Script Management Policy Tester
ID ddllhfdcpfhiglphlhojekcedojiocec
Oficiální URL https://chromewebstore.google.com/detail/akamai-script-management/ddllhfdcpfhiglphlhojekcedojiocec
Popis A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging.
Velikost souboru 526 KB
Počet instalací 324
Aktuální Verze 0.4.3
Poslední Aktualizace 2022-07-10
Datum Vydání 2021-02-03
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Akamai Technologies, Inc.
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}