Order Magic by B2B Soft
Purchase Order capturing plugin on vender websites for Wireless Standard
O que é Order Magic by B2B Soft?
Order Magic by B2B Soft é uma extensão do Chrome desenvolvida por B2B Soft, e sua principal característica é "Purchase Order capturing plugin on vender websites for Wireless Standard".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Order Magic by B2B Soft
Baixe arquivos de extensão Order Magic by B2B Soft no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Order Magic by B2B Soft |
ID | nadolkfegenlojghpmbefbikifpfcgmj |
URL Oficial | https://chromewebstore.google.com/detail/order-magic-by-b2b-soft/nadolkfegenlojghpmbefbikifpfcgmj |
Descrição | Purchase Order capturing plugin on vender websites for Wireless Standard |
Tamanho do Arquivo | 20.99 KB |
Contagem de Instalações | 194 |
Versão Atual | 1.2.2 |
Última Atualização | 2021-03-03 |
Data de Publicação | 2018-08-01 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | B2B Soft |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.b2bsoft.com/ |
URL da Página de Ajuda | https://helpcenter.b2bsoft.com/ |
Idiomas Suportados | 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" } } |