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 |
电子邮箱 | [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" } } |