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
拡張機能の基本情報
名前 | FAVES Pro Uploader |
ID | bafnlabfjcbfnaakjobokdknlhldmlnj |
公式URL | 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 |
Eメール | [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\/*" ] } } |