Ring Accelerator Toolbox

Toolbox for Ring Accelerator

Wat is Ring Accelerator Toolbox?

Ring Accelerator Toolbox is een Chrome-extensie ontwikkeld door Ring Publishing, en de belangrijkste functie is "Toolbox for Ring Accelerator".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ring Accelerator Toolbox

Download Ring Accelerator Toolbox-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

                        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.                    

Basisinformatie over de Extensie

Naam Ring Accelerator Toolbox Ring Accelerator Toolbox
ID ahffaapbjofchkghfclgdhcikbamdojg
Officiële URL https://chromewebstore.google.com/detail/ring-accelerator-toolbox/ahffaapbjofchkghfclgdhcikbamdojg
Beschrijving Toolbox for Ring Accelerator
Bestandsgrootte 15.61 KB
Aantal Installaties 95
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-08-22
Publicatiedatum 2020-02-24
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Ring Publishing
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ringpublishing.com/
URL van de Privacybeleid Pagina https://ringpublishing.com/privacy-policy
Ondersteunde Talen 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'"
}