FAVES Pro Uploader
FAVES Pro Uploader
什麼是FAVES Pro Uploader?
FAVES Pro Uploader是由https://thefavesapp.com開發的Chrome擴展程式,該擴展的主要功能是“FAVES Pro Uploader”。
擴展截圖
下載FAVES Pro Uploader擴展crx文件
下載FAVES Pro Uploader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Upload your online orders to the FAVES Pro app with one click. TRUSTED BY THE BEST Boutiques and professional buyers across the USA and Europe use the FAVES Pro app to organize buying at market and online. EVERYTHING YOU NEED With the FAVES Pro app you have a visual overview of all your orders. You can see what you ordered across all your vendors, you know when the products will arrive, and you have control of your buying budget. FAVES Pro uploader captures all the essential product information directly from your online orders to your FAVES Pro app. LOVED BY CUSTOMERS "It eliminates buying the same styles from different vendors." – Sadie Eliason, ROOLEE "Our team can collaborate easier and we can make better buying decisions." – Emily McDonald, The Stylist LA “Makes buying and budgeting so much easier. I love having all of my inventory (incoming and received) info right at my fingertips.” – Paige Price, Stylish Southern & Sassy
擴展基本資訊
名稱 | |
ID | bafnlabfjcbfnaakjobokdknlhldmlnj |
官方網址 | https://chromewebstore.google.com/detail/faves-pro-uploader/bafnlabfjcbfnaakjobokdknlhldmlnj |
簡介 | FAVES Pro Uploader |
檔案大小 | 1022 KB |
安裝次數 | 576 |
目前版本 | 1.2.1 |
更新時間 | 2022-10-20 |
上架時間 | 2022-02-09 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://thefavesapp.com |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://thefavesapp.com/support/ |
隱私政策頁面URL | https://favespro.com/tos |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FAVES Pro Uploader", "description": "FAVES Pro Uploader", "version": "1.2.1", "manifest_version": 3, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.faire.com\/*", "https:\/\/*.fashiongo.net\/*", "https:\/\/*.haydenla.com\/*", "https:\/\/*.jooraccess.com\/*", "https:\/\/app.next.nuorder.com\/*", "https:\/\/hubventory.com\/*" ], "js": [ ".\/content.js" ] } ], "background": { "service_worker": ".\/background.js" }, "permissions": [ "activeTab", "storage" ], "externally_connectable": { "matches": [ "*:\/\/faves-pro-uploader.web.app\/*", "*:\/\/uploader.favespro.com\/*", "https:\/\/*.ingest.sentry.io\/*" ] } } |