AudioReport
AudioReport is the first and only extension that makes ACX Dashboards easy to read.
Vad är AudioReport?
AudioReport är en Chrome-tillägg utvecklad av BJF Software, och dess huvudfunktion är "AudioReport is the first and only extension that makes ACX Dashboards easy to read.".
Tilläggsskärmbilder
Ladda ner AudioReport-förlängningens CRX-fil
Ladda ner AudioReport-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
AudioReport is the final fix for your ACX Dashboard. AudioReport helps you understand what matters the most: money. The ACX Dashboard only shows sales, but it's almost impossible to convert raw sales into dollars. AudioReport does that for you, directly interacting with your own ACX Sales Dashboard!
Grundläggande Information om Tillägg
Namn | |
ID | fkjhnicmkggodcfcflnijbglhambpkjn |
Officiell webbadress | https://chrome.google.com/webstore/detail/audioreport/fkjhnicmkggodcfcflnijbglhambpkjn |
Beskrivning | AudioReport is the first and only extension that makes ACX Dashboards easy to read. |
Filstorlek | 182 KB |
Antal Installationer | 250 |
Aktuell Version | 1.1.5 |
Senast Uppdaterad | 2020-03-23 |
Publiceringsdatum | 2020-03-23 |
Betyg | 3.00/5 Totalt 8 Betyg |
Utvecklare | BJF Software |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | http://acxreport.com |
URL till Sekretesspolicy Sidan | http://bnbtrackreport.com/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AudioReport", "version": "1.1.5", "manifest_version": 2, "description": "AudioReport is the first and only extension that makes ACX Dashboards easy to read.", "homepage_url": "https:\/\/www.acx.com\/sales\/dashboard\/sales", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js", "src\/bg\/buy.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "*:\/\/www.acx.com\/*", "*:\/\/acx.com\/*", "*:\/\/acxreport.com\/*", "*:\/\/www.acxreport.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.acx.com\/sales\/dashboard\/*", "https:\/\/www.acx.com\/sales\/dashboard" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "css": [ "css\/style.css" ] } ] } |