Zatpat Machines B2B
Zatpat Machines on Whatsapp
Zatpat Machines B2Bとは何ですか?
Zatpat Machines B2Bはhttps://zatpatmachines.comによって開発されたChromeの拡張機能で、その主な機能は「Zatpat Machines on Whatsapp」です。
拡張機能のスクリーンショット
Zatpat Machines B2B拡張機能のCRXファイルをダウンロード
Zatpat Machines B2B拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Connect with Buyers & Seller of Used machines directly from your whatsapp web window. You can connect with any majo CRM software with this extension through our custom services. One can easily search used VMC, HMC, CNC Lathe, CNC Turret Punching, Fiber Laser Cutting, CNC Press Brake and many more from here only. Get direct leads of machine buyer from your whatsapp web. It will not just save your time but you will always relax because all communication can be saved to your own CRM or our CRM.
拡張機能の基本情報
名前 | Zatpat Machines B2B |
ID | oeamblpkomihdckfjfphoeapplflnndi |
公式URL | https://chromewebstore.google.com/detail/zatpat-machines-b2b/oeamblpkomihdckfjfphoeapplflnndi |
説明 | Zatpat Machines on Whatsapp |
ファイルサイズ | 252 KB |
インストール数 | 23 |
現在のバージョン | 4.2 |
最終更新日 | 2022-03-21 |
公開日 | 2021-10-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://zatpatmachines.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.zatpatmachines.com |
ヘルプページのURL | https://www.zatpatmachines.com/contact-us/14 |
プライバシーポリシーページのURL | https://www.zatpatmachines.com/Privacy-Policy/82 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zatpat Machines B2B", "description": "Zatpat Machines on Whatsapp", "version": "4.2", "manifest_version": 2, "icons": { "16": ".\/images\/icon16.png", "24": ".\/images\/icon24.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "page_action": { "default_popup": ".\/html\/popup.html", "default_icon": { "16": ".\/images\/icon16.png", "24": ".\/images\/icon24.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" } }, "permissions": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.zatpatmachines.com\/*", "https:\/\/b2b.zatpatmachines.com\/*", "http:\/\/*\/*", "https:\/\/*\/", "storage", "tabs" ], "background": { "scripts": [ ".\/js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/injectGeneral.js" ], "matches": [ "*:\/\/*.whatsapp.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "js\/*", "style\/*", "images\/*" ] } |