Order Magic by B2B Soft

Purchase Order capturing plugin on vender websites for Wireless Standard

Co to jest Order Magic by B2B Soft?

Order Magic by B2B Soft to rozszerzenie Chrome opracowane przez B2B Soft, a jego główną funkcją jest „Purchase Order capturing plugin on vender websites for Wireless Standard”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Order Magic by B2B Soft

Pobierz pliki rozszerzeń Order Magic by B2B Soft w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Order Magic by B2B Soft Order Magic by B2B Soft
ID nadolkfegenlojghpmbefbikifpfcgmj
Oficjalny URL https://chromewebstore.google.com/detail/order-magic-by-b2b-soft/nadolkfegenlojghpmbefbikifpfcgmj
Opis Purchase Order capturing plugin on vender websites for Wireless Standard
Rozmiar pliku 20.99 KB
Liczba instalacji 194
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2021-03-03
Data Publikacji 2018-08-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper B2B Soft
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.b2bsoft.com/
Adres URL Strony Pomocy https://helpcenter.b2bsoft.com/
Obsługiwane Języki 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"
    }
}