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.

Wat is Akamai Script Management Policy Tester?

Akamai Script Management Policy Tester is een Chrome-extensie ontwikkeld door Akamai Technologies, Inc., en de belangrijkste functie is "A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Akamai Script Management Policy Tester

Download Akamai Script Management Policy Tester-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Akamai Script Management Policy Tester Akamai Script Management Policy Tester
ID ddllhfdcpfhiglphlhojekcedojiocec
Officiële URL https://chromewebstore.google.com/detail/akamai-script-management/ddllhfdcpfhiglphlhojekcedojiocec
Beschrijving A tool to test Script Management policies locally. Experiment with settings in-browser instead of activating a policy on staging.
Bestandsgrootte 526 KB
Aantal Installaties 324
Huidige Versie 0.4.3
Laatst Bijgewerkt 2022-07-10
Publicatiedatum 2021-02-03
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Akamai Technologies, Inc.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}