Audiobook Rocket Tools
AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.
Wat is Audiobook Rocket Tools?
Audiobook Rocket Tools is een Chrome-extensie ontwikkeld door audiobookrocket, en de belangrijkste functie is "AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Audiobook Rocket Tools
Download Audiobook Rocket Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nokmcocbmjlgpkafnohpoocghphphbma |
Officiële URL | https://chrome.google.com/webstore/detail/audiobook-rocket-tools/nokmcocbmjlgpkafnohpoocghphphbma |
Beschrijving | AudiobookRocket extension allows ACX publishers to activate all promo codes found on the current page. |
Bestandsgrootte | 332 KB |
Aantal Installaties | 19 |
Huidige Versie | 1.0.0.0 |
Laatst Bijgewerkt | 2020-10-25 |
Publicatiedatum | 2020-10-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | audiobookrocket |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://audiobookrocket.com |
Help Pagina-URL | https://audiobookrocket.com/contact |
URL van de Privacybeleid Pagina | https://audiobookrocket.com/privacy |
Ondersteunde Talen | 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" } } |