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」です。
拡張機能のスクリーンショット
Order Magic by B2B Soft拡張機能のCRXファイルをダウンロード
Order Magic by B2B Soft拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |