Ring Accelerator Toolbox
Toolbox for Ring Accelerator
Ring Accelerator Toolboxとは何ですか?
Ring Accelerator ToolboxはRing Publishingによって開発されたChromeの拡張機能で、その主な機能は「Toolbox for Ring Accelerator」です。
拡張機能のスクリーンショット
Ring Accelerator Toolbox拡張機能のCRXファイルをダウンロード
Ring Accelerator Toolbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Ring Accelerator Toolbox |
ID | ahffaapbjofchkghfclgdhcikbamdojg |
公式URL | https://chromewebstore.google.com/detail/ring-accelerator-toolbox/ahffaapbjofchkghfclgdhcikbamdojg |
説明 | Toolbox for Ring Accelerator |
ファイルサイズ | 15.61 KB |
インストール数 | 95 |
現在のバージョン | 1.0.4 |
最終更新日 | 2023-08-22 |
公開日 | 2020-02-24 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Ring Publishing |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ringpublishing.com/ |
プライバシーポリシーページのURL | https://ringpublishing.com/privacy-policy |
対応言語 | 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'" } |