Audiobook Rocket Tools
AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.
Audiobook Rocket Toolsとは何ですか?
Audiobook Rocket Toolsはaudiobookrocketによって開発されたChromeの拡張機能で、その主な機能は「AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.」です。
拡張機能のスクリーンショット
Audiobook Rocket Tools拡張機能のCRXファイルをダウンロード
Audiobook Rocket Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Activating each promo code individually on ACX can waste a lot of your precious time.
With a click of a button Audiobook Rocket Tools will activate/turn on all of the promo codes found on the current page in your ACX dashboard.
This extension does NOT store or read any sensitive data. 拡張機能の基本情報
| 名前 | |
| ID | nokmcocbmjlgpkafnohpoocghphphbma |
| 公式URL | https://chrome.google.com/webstore/detail/audiobook-rocket-tools/nokmcocbmjlgpkafnohpoocghphphbma |
| 説明 | AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page. |
| ファイルサイズ | 332 KB |
| インストール数 | 19 |
| 現在のバージョン | 1.0.0.0 |
| 最終更新日 | 2020-10-25 |
| 公開日 | 2020-10-25 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | audiobookrocket |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://audiobookrocket.com |
| ヘルプページのURL | https://audiobookrocket.com/contact |
| プライバシーポリシーページのURL | https://audiobookrocket.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Audiobook Rocket Tools",
"description": "AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.",
"version": "1.0.0.0",
"permissions": [
"https:\/\/www.acx.com\/sales\/dashboard\/promo"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"48": "images\/abr_icon48.png",
"128": "images\/abr_icon128.png"
}
} | |