Order Magic by B2B Soft

Purchase Order capturing plugin on vender websites for Wireless Standard

Co je Order Magic by B2B Soft?

Order Magic by B2B Soft je rozšíření Chrome vyvinuté B2B Soft, a jeho hlavní funkcí je „Purchase Order capturing plugin on vender websites for Wireless Standard“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Order Magic by B2B Soft

Stáhněte si soubory rozšíření Order Magic by B2B Soft ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Order Magic by B2B Soft Order Magic by B2B Soft
ID nadolkfegenlojghpmbefbikifpfcgmj
Oficiální URL https://chromewebstore.google.com/detail/order-magic-by-b2b-soft/nadolkfegenlojghpmbefbikifpfcgmj
Popis Purchase Order capturing plugin on vender websites for Wireless Standard
Velikost souboru 20.99 KB
Počet instalací 194
Aktuální Verze 1.2.2
Poslední Aktualizace 2021-03-03
Datum Vydání 2018-08-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář B2B Soft
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.b2bsoft.com/
URL Stránky Nápovědy https://helpcenter.b2bsoft.com/
Podporované Jazyky 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"
    }
}