Audio Cash Pro
Audible and ACX Suite for Self-Publishers
Hvad er Audio Cash Pro?
Audio Cash Pro er en Chrome-udvidelse udviklet af https://www.audiocashpro.com/en, og dens hovedfunktion er "Audible and ACX Suite for Self-Publishers".
Udvidelsesskærmbilleder
Download Audio Cash Pro-udvidelses-CRX-fil
Download Audio Cash Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | odbilnppnopbdehgajgglmlnbehconnd |
Officiel URL | https://chrome.google.com/webstore/detail/audio-cash-pro/odbilnppnopbdehgajgglmlnbehconnd |
Beskrivelse | Audible and ACX Suite for Self-Publishers |
Filstørrelse | 1016 KB |
Antal Installationer | 111 |
Nuværende Version | 1.7 |
Senest Opdateret | 2020-04-29 |
Udgivelsesdato | 2020-04-28 |
Bedømmelse | 5.00/5 Samlet 19 Bedømmelser |
Udvikler | https://www.audiocashpro.com/en |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.audiocashpro.com/en |
Hjælpeside-URL | https://www.audiocashpro.com/en |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Audio Cash Pro", "short_name": "Audio Cash Pro", "version": "1.7", "manifest_version": 2, "description": "Audible and ACX Suite for Self-Publishers", "icons": { "16": "icons\/icon.png", "38": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png", "256": "icons\/icon.png" }, "browser_action": { "default_icon": "icons\/32.png", "default_title": "Audio Cash Pro", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.audible.com\/*", "*:\/\/*.audible.co.uk\/*" ], "js": [ "js\/jquery.min.js", "js\/papaparse.min.js", "js\/script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.acx.com\/sales\/*" ], "js": [ "js\/jquery.min.js", "js\/papaparse.min.js", "js\/acx.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", " |