Order Magic by B2B Soft

Purchase Order capturing plugin on vender websites for Wireless Standard

Cos'è Order Magic by B2B Soft?

Order Magic by B2B Soft è un'estensione di Chrome sviluppata da B2B Soft, e la sua funzione principale è "Purchase Order capturing plugin on vender websites for Wireless Standard".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Order Magic by B2B Soft

Scarica i file di estensione Order Magic by B2B Soft in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Save time with Order Magic!  This plugin captures an order placed on select vendor websites and creates a corresponding Purchase Order in Wireless Standard. Have your Purchase Orders created and your serialized items automatically populated in Wireless Standard saving your team time, and reducing human error.  If you have any questions about the functionality, call your B2B Soft Account manager at 212-742-2301. For Additional information visit us at https://helpcenter.b2bsoft.com/                    

Informazioni di Base sull'Estensione

Nome Order Magic by B2B Soft Order Magic by B2B Soft
ID nadolkfegenlojghpmbefbikifpfcgmj
URL Ufficiale https://chromewebstore.google.com/detail/order-magic-by-b2b-soft/nadolkfegenlojghpmbefbikifpfcgmj
Descrizione Purchase Order capturing plugin on vender websites for Wireless Standard
Dimensione del File 20.99 KB
Conteggio Installazioni 194
Versione Corrente 1.2.2
Ultimo Aggiornamento 2021-03-03
Data di Pubblicazione 2018-08-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore B2B Soft
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.b2bsoft.com/
URL della Pagina di Aiuto https://helpcenter.b2bsoft.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "http:\/\/b2bsoft.com",
    "default_locale": "en",
    "version": "1.2.2",
    "icons": {
        "128": "images\/default.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.b2bsoft.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.googleapis.com; object-src 'self'",
    "page_action": {
        "default_icon": "images\/default.png",
        "default_title": "__MSG_appName__",
        "default_popup": "content\/popup.html"
    }
}