Whisbi Share a web page
Whisbi Share a web page extension for Google Chrome
Whisbi Share a web pageคืออะไร?
Whisbi Share a web page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.whisbi.com และคุณลักษณะหลักของมันคือ "Whisbi Share a web page extension for Google Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whisbi Share a web page
ดาวน์โหลดไฟล์ส่วนขยาย Whisbi Share a web page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We provide agents with easy-to-use sales tools to qualify leads and convert those leads into customers. The video-sharing tools in the Agent Desktop instantly create memorable experiences for your customers and is proven to increase the likelihood of a purchase. The extension will allow the agent to share a webpage with users that are in a session using Whisbi.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Whisbi Share a web page |
ID | abacndahndhfclcaodbdahioohfimfln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whisbi-share-a-web-page/abacndahndhfclcaodbdahioohfimfln |
คำอธิบาย | Whisbi Share a web page extension for Google Chrome |
ขนาดไฟล์ | 383 KB |
จำนวนการติดตั้ง | 252 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2021-06-15 |
วันที่เผยแพร่ | 2016-04-25 |
ผู้พัฒนา | https://www.whisbi.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.whisbi.com |
URL หน้าช่วยเหลือ | https://www.helpcenter.whisbi.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.whisbi.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whisbi Share a web page", "version": "1.7", "manifest_version": 2, "description": "Whisbi Share a web page extension for Google Chrome", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "js\/lib\/angular.min.js", "js\/app\/components\/background.js", "js\/app\/components\/backgroundFactory.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/whisbi.png", "default_popup": "popup.html", "default_title": "Whisbi" }, "content_scripts": [ { "js": [ "js\/lib\/jquery-1.8.2.min.js", "js\/app\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.whisbi.com\/*" ] }, "minimum_chrome_version": "18", "permissions": [ " |