Business Socialiser
Find contacts easly from searches
Business Socialiserคืออะไร?
Business Socialiser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rupert's Tools และคุณลักษณะหลักของมันคือ "Find contacts easly from searches"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Business Socialiser
ดาวน์โหลดไฟล์ส่วนขยาย Business Socialiser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find contacts easily from searches
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jlfpdegpjobhmbfdplmfnnmaocfbdbdj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/business-socialiser/jlfpdegpjobhmbfdplmfnnmaocfbdbdj |
คำอธิบาย | Find contacts easly from searches |
ขนาดไฟล์ | 110 KB |
จำนวนการติดตั้ง | 100 |
เวอร์ชันปัจจุบัน | 1.8.5 |
อัปเดตครั้งล่าสุด | 2019-12-23 |
วันที่เผยแพร่ | 2019-12-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Rupert's Tools |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.rupertsamuel.com/pages/privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Business Socialiser", "version": "1.8.5", "description": "Find contacts easly from searches", "permissions": [ "activeTab", "storage", "https:\/\/eumetric.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "background": { "scripts": [ "background.js", "licencing.js", "jquery-3.3.1.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/3.png" } }, "icons": { "128": "images\/3.png" }, "manifest_version": 2 } |