Walmart Chrome Extension
Downloads invoices from Walmart
Co je Walmart Chrome Extension?
Walmart Chrome Extension je rozšíření Chrome vyvinuté https://wlmrt.digitalfourplex.com, a jeho hlavní funkcí je „Downloads invoices from Walmart“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Walmart Chrome Extension
Stáhněte si soubory rozšíření Walmart Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Downloads invoices from Walmart in one click. This app is useful for wholesalers, who make hundreds of purchases on walmart.com every month, and who need to download invoices for accounting purposes. Doing it manually is a tedious and time consuming process, while this extension will allow to download all invoices for the whole month in just one click. This extensions: - downloads all invoices for any month - generates csv with all orders that were downloaded, with shipping status, fees and prices Find installation and configuration manual here. https://wlmrt.digitalfourplex.com/ For pricing options, please visit https://wlmrt.digitalfourplex.com/
Základní Informace o Rozšíření
Název | |
ID | eolgklllkhkgjmldhklmbpkkjfomklff |
Oficiální URL | https://chrome.google.com/webstore/detail/walmart-chrome-extension/eolgklllkhkgjmldhklmbpkkjfomklff |
Popis | Downloads invoices from Walmart |
Velikost souboru | 390 KB |
Počet instalací | 398 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2021-10-31 |
Datum Vydání | 2020-02-02 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | https://wlmrt.digitalfourplex.com |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://wlmrt.digitalfourplex.com/ |
URL Stránky Nápovědy | https://wlmrt.digitalfourplex.com/ |
URL Stránky Zásad Ochrany Soukromí | https://wlmrt.digitalfourplex.com/privacy-policy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Walmart Chrome Extension", "short_name": "WalExt", "version": "2.0", "description": "Downloads invoices from Walmart", "manifest_version": 2, "background": { "scripts": [ "libs\/moment-with-locales.js", "background.js" ], "persistent": false }, "permissions": [ "activeTab", "tabs", "downloads", "pageCapture", "storage" ], "options_page": "options.html", "browser_action": { "default_icon": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_popup": "popup.html" }, "icons": { "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "css": [ "content.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.walmart.com\/*" ] } ] } |