Audiobook Rocket Tools
AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.
ما هو Audiobook Rocket Tools؟
Audiobook Rocket Tools هو إضافة Chrome تم تطويرها بواسطة audiobookrocket، والميزة الرئيسية لها هي "AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Audiobook Rocket Tools
قم بتنزيل ملفات الامتداد Audiobook Rocket Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://audiobookrocket.com/contact |
عنوان صفحة سياسة الخصوصية | 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" } } |