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はAkamai Technologies, Inc.によって開発されたChromeの拡張機能で、その主な機能は「A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging.」です。

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

screenshot
screenshot

Akamai Script Management Policy Tester拡張機能のCRXファイルをダウンロード

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