Repfabric Sync+
Identify opportunities, connect with customers, and sell smarter.
Repfabric Sync+คืออะไร?
Repfabric Sync+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.repfabric.com และคุณลักษณะหลักของมันคือ "Identify opportunities, connect with customers, and sell smarter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Repfabric Sync+
ดาวน์โหลดไฟล์ส่วนขยาย Repfabric Sync+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Create and update contacts in Gmail, and see them in Repfabric. Create Contacts in Repfabric and see then in Gmail. Automate Repfabric data entry. Quickly sync contacts and meetings between Repfabric and Gmail contacts and calendar.. * Automate Repfabric data-entry * The Inbox app enables automatic integrations for calendar and contacts. You must be a current subscriber to Repfabric, the ultimate efficiency tool for independent manufacturers reps.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Repfabric Sync+ |
ID | ddlijfkgipopjnfpoecfocjpiigpmlli |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/repfabric-sync+/ddlijfkgipopjnfpoecfocjpiigpmlli |
คำอธิบาย | Identify opportunities, connect with customers, and sell smarter. |
ขนาดไฟล์ | 378 KB |
จำนวนการติดตั้ง | 579 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2023-12-28 |
วันที่เผยแพร่ | 2019-12-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.repfabric.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://repfabric.com/ |
URL หน้าช่วยเหลือ | https://repfabric.com/privacypolicyinboxapp/ |
URL หน้านโยบายความเป็นส่วนตัว | https://repfabric.com/privacypolicyinboxapp |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Repfabric Sync+", "short_name": "Repfabric Sync+", "version": "0.0.6", "description": "Identify opportunities, connect with customers, and sell smarter.", "homepage_url": "https:\/\/www.repfabric.com\/index.php\/inbox-app-for-gmail\/", "icons": { "16": "sync_16.png", "32": "sync_32.png", "48": "sync_48.png", "128": "sync_80.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "inboxsdk.js", "content.js" ], "css": [] } ], "content_security_policy": "script-src 'self' https:\/\/mailapp.repfabric.info 'unsafe-eval'; object-src 'self'; frame-src 'self'", "web_accessible_resources": [ "frame.html" ], "permissions": [ "https:\/\/mailapp.repfabric.info\/", "https:\/\/mail.google.com\/" ], "manifest_version": 2 } |