Ring Accelerator Toolbox
Toolbox for Ring Accelerator
What is Ring Accelerator Toolbox?
Ring Accelerator Toolbox is a Chrome extension developed by Ring Publishing, and its main feature is "Toolbox for Ring Accelerator".
Extension Screenshots
Download Ring Accelerator Toolbox Extension CRX File
Download Ring Accelerator Toolbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Ring Accelerator Toolbox |
ID | ahffaapbjofchkghfclgdhcikbamdojg |
Official URL | https://chromewebstore.google.com/detail/ring-accelerator-toolbox/ahffaapbjofchkghfclgdhcikbamdojg |
Description | Toolbox for Ring Accelerator |
File Size | 15.61 KB |
Installation Count | 95 |
Current Version | 1.0.4 |
Last Updated | 2023-08-22 |
Publish Date | 2020-02-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Ring Publishing |
[email protected] | |
Payment Type | free |
Extension Website | https://ringpublishing.com/ |
Privacy Policy Page URL | https://ringpublishing.com/privacy-policy |
Supported Languages | 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'" } |