Amazon Invoice Downloader
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
什麼是Amazon Invoice Downloader?
Amazon Invoice Downloader是由https://extensionsworld.com開發的Chrome擴展程式,該擴展的主要功能是“Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.”。
擴展截圖
下載Amazon Invoice Downloader擴展crx文件
下載Amazon Invoice Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you.
擴展基本資訊
名稱 | Amazon Invoice Downloader |
ID | jibfakcjhhekoolfogeejilflpcnbnel |
官方網址 | https://chromewebstore.google.com/detail/amazon-invoice-downloader/jibfakcjhhekoolfogeejilflpcnbnel |
簡介 | Automated Amazon order invoce downloader, Simply press a start button, and relax while it does the job for you. |
檔案大小 | 85.69 KB |
安裝次數 | 996 |
目前版本 | 2.4 |
更新時間 | 2023-03-03 |
上架時間 | 2020-06-23 |
評分 | 4.20/5 共 5 次評分 |
開發者 | https://extensionsworld.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://extensionsworld.com/legal |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Invoice Downloader", "permissions": [ "https:\/\/*.extensionsworld.com\/*", "storage" ], "version": "2.4", "background": { "scripts": [ "js\/utils.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*" ], "js": [ "js\/utils.js", "js\/privateUtils.js", "js\/index.js" ] } ], "icons": { "128": "icon128.png", "64": "icon64.png" }, "browser_action": { "default_icon": { "128": "icon128.png", "64": "icon64.png" }, "default_title": "Amazon Invoice Downloader", "default_popup": "html\/index.html" } } |