Repfabric Sync+
Identify opportunities, connect with customers, and sell smarter.
Repfabric Sync+ क्या है?
Repfabric Sync+ https://www.repfabric.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identify opportunities, connect with customers, and sell smarter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Repfabric Sync+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ 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 } |