Order Magic by B2B Soft
Purchase Order capturing plugin on vender websites for Wireless Standard
Order Magic by B2B Soft là gì?
Order Magic by B2B Soft là một tiện ích mở rộng Chrome được phát triển bởi B2B Soft, và tính năng chính của nó là "Purchase Order capturing plugin on vender websites for Wireless Standard".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Order Magic by B2B Soft
Tải xuống các tệp mở rộng Order Magic by B2B Soft dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Order Magic by B2B Soft |
ID | nadolkfegenlojghpmbefbikifpfcgmj |
URL Chính Thức | https://chromewebstore.google.com/detail/order-magic-by-b2b-soft/nadolkfegenlojghpmbefbikifpfcgmj |
Mô tả | Purchase Order capturing plugin on vender websites for Wireless Standard |
Kích Thước Tệp | 20.99 KB |
Số Lần Cài Đặt | 194 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2021-03-03 |
Ngày Phát Hành | 2018-08-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | B2B Soft |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.b2bsoft.com/ |
URL Trang Trợ Giúp | https://helpcenter.b2bsoft.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |