Ring Accelerator Toolbox
Toolbox for Ring Accelerator
Apa itu Ring Accelerator Toolbox?
Ring Accelerator Toolbox adalah ekstensi Chrome yang dikembangkan oleh Ring Publishing, dan fitur utamanya adalah "Toolbox for Ring Accelerator".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ring Accelerator Toolbox
Unduh file ekstensi Ring Accelerator Toolbox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Ring Accelerator Toolbox |
ID | ahffaapbjofchkghfclgdhcikbamdojg |
URL Resmi | https://chromewebstore.google.com/detail/ring-accelerator-toolbox/ahffaapbjofchkghfclgdhcikbamdojg |
Deskripsi | Toolbox for Ring Accelerator |
Ukuran File | 15.61 KB |
Jumlah Instalasi | 95 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2023-08-22 |
Tanggal Publikasi | 2020-02-24 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Ring Publishing |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ringpublishing.com/ |
URL Halaman Kebijakan Privasi | https://ringpublishing.com/privacy-policy |
Bahasa yang Didukung | 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'" } |