FAVES Pro Uploader

FAVES Pro Uploader

Qu'est-ce que FAVES Pro Uploader ?

FAVES Pro Uploader est une extension Chrome développée par https://thefavesapp.com, et sa fonction principale est "FAVES Pro Uploader".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FAVES Pro Uploader

Téléchargez les fichiers d'extension FAVES Pro Uploader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FAVES Pro Uploader FAVES Pro Uploader
ID bafnlabfjcbfnaakjobokdknlhldmlnj
URL Officiel https://chromewebstore.google.com/detail/faves-pro-uploader/bafnlabfjcbfnaakjobokdknlhldmlnj
Description FAVES Pro Uploader
Taille du Fichier 1022 KB
Nombre d'Installations 576
Version Actuelle 1.2.1
Dernière Mise à Jour 2022-10-20
Date de Publication 2022-02-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://thefavesapp.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://thefavesapp.com/support/
URL de la Page de Politique de Confidentialité https://favespro.com/tos
Langues Prises en Charge 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\/*"
        ]
    }
}