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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Purchase Order capturing plugin on vender websites for Wireless Standard"입니다.

확장 프로그램 스크린샷

screenshot

Order Magic by B2B Soft 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}