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.
电子邮箱 [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:\/\/*\/*"
            ]
        }
    ]
}