Order Magic by B2B Soft

Purchase Order capturing plugin on vender websites for Wireless Standard

Order Magic by B2B Soft क्या है?

Order Magic by B2B Soft B2B Soft द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Purchase Order capturing plugin on vender websites for Wireless Standard"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Order Magic by B2B Soft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम Order Magic by B2B Soft Order Magic by B2B Soft
ID nadolkfegenlojghpmbefbikifpfcgmj
आधिकारिक URL https://chromewebstore.google.com/detail/order-magic-by-b2b-soft/nadolkfegenlojghpmbefbikifpfcgmj
विवरण Purchase Order capturing plugin on vender websites for Wireless Standard
फ़ाइल का आकार 20.99 KB
स्थापना संख्या 194
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2021-03-03
प्रकाशन तिथि 2018-08-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर B2B Soft
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.b2bsoft.com/
सहायता पृष्ठ URL https://helpcenter.b2bsoft.com/
समर्थित भाषाएँ 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"
    }
}