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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://repfabric.com/privacypolicyinboxapp/ |
عنوان صفحة سياسة الخصوصية | 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 } |