Ring Accelerator Toolbox

Toolbox for Ring Accelerator

Was ist Ring Accelerator Toolbox?

Ring Accelerator Toolbox ist eine Chrome-Erweiterung, die von Ring Publishing entwickelt wurde, und ihr Hauptmerkmal ist "Toolbox for Ring Accelerator".

Erweiterungsscreenshots

screenshot

Ring Accelerator Toolbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ring Accelerator Toolbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ring Accelerator Toolbox provides developers and content creators with an easy to use, powerful tool for development, testing and debugging of their websites that is always at their disposal. It's a tool that allows you and your team to change variants, view CDF configuration and many more without the need to leave your website.                    

Grundlegende Informationen zur Erweiterung

Name Ring Accelerator Toolbox Ring Accelerator Toolbox
ID ahffaapbjofchkghfclgdhcikbamdojg
Offizielle URL https://chromewebstore.google.com/detail/ring-accelerator-toolbox/ahffaapbjofchkghfclgdhcikbamdojg
Beschreibung Toolbox for Ring Accelerator
Dateigröße 15.61 KB
Installationsanzahl 95
Aktuelle Version 1.0.4
Letztes Update 2023-08-22
Veröffentlichungsdatum 2020-02-24
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Ring Publishing
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ringpublishing.com/
URL der Datenschutzrichtlinien-Seite https://ringpublishing.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ring Accelerator Toolbox",
    "description": "Toolbox for Ring Accelerator",
    "version": "1.0.4",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/logo-128.png",
            "256": "assets\/logo-256.png"
        }
    },
    "icons": {
        "128": "assets\/logo-128.png",
        "256": "assets\/logo-256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/bookmarklet.accelerator.ringpublishing.com; object-src 'self'"
}