Ring Accelerator Toolbox
Toolbox for Ring Accelerator
Co to jest Ring Accelerator Toolbox?
Ring Accelerator Toolbox to rozszerzenie Chrome opracowane przez Ring Publishing, a jego główną funkcją jest „Toolbox for Ring Accelerator”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ring Accelerator Toolbox
Pobierz pliki rozszerzeń Ring Accelerator Toolbox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Ring Accelerator Toolbox |
ID | ahffaapbjofchkghfclgdhcikbamdojg |
Oficjalny URL | https://chromewebstore.google.com/detail/ring-accelerator-toolbox/ahffaapbjofchkghfclgdhcikbamdojg |
Opis | Toolbox for Ring Accelerator |
Rozmiar pliku | 15.61 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2023-08-22 |
Data Publikacji | 2020-02-24 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Ring Publishing |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://ringpublishing.com/ |
Adres URL Strony Polityki Prywatności | https://ringpublishing.com/privacy-policy |
Obsługiwane Języki | 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'" } |