Repfabric Sync+
Identify opportunities, connect with customers, and sell smarter.
Qu'est-ce que Repfabric Sync+ ?
Repfabric Sync+ est une extension Chrome développée par https://www.repfabric.com, et sa fonction principale est "Identify opportunities, connect with customers, and sell smarter.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Repfabric Sync+
Téléchargez les fichiers d'extension Repfabric Sync+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Repfabric Sync+ |
ID | ddlijfkgipopjnfpoecfocjpiigpmlli |
URL Officiel | https://chromewebstore.google.com/detail/repfabric-sync+/ddlijfkgipopjnfpoecfocjpiigpmlli |
Description | Identify opportunities, connect with customers, and sell smarter. |
Taille du Fichier | 378 KB |
Nombre d'Installations | 579 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2023-12-28 |
Date de Publication | 2019-12-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.repfabric.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://repfabric.com/ |
URL de la Page d'Aide | https://repfabric.com/privacypolicyinboxapp/ |
URL de la Page de Politique de Confidentialité | https://repfabric.com/privacypolicyinboxapp |
Langues Prises en Charge | 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 } |