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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Akamai Script Management Policy Tester एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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