Repfabric Sync+
Identify opportunities, connect with customers, and sell smarter.
Was ist Repfabric Sync+?
Repfabric Sync+ ist eine Chrome-Erweiterung, die von https://www.repfabric.com entwickelt wurde, und ihr Hauptmerkmal ist "Identify opportunities, connect with customers, and sell smarter.".
Erweiterungsscreenshots
Repfabric Sync+-Erweiterungs-CRX-Datei herunterladen
Laden Sie Repfabric Sync+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Repfabric Sync+ |
ID | ddlijfkgipopjnfpoecfocjpiigpmlli |
Offizielle URL | https://chromewebstore.google.com/detail/repfabric-sync+/ddlijfkgipopjnfpoecfocjpiigpmlli |
Beschreibung | Identify opportunities, connect with customers, and sell smarter. |
Dateigröße | 378 KB |
Installationsanzahl | 579 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2023-12-28 |
Veröffentlichungsdatum | 2019-12-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.repfabric.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://repfabric.com/ |
Hilfeseite URL | https://repfabric.com/privacypolicyinboxapp/ |
URL der Datenschutzrichtlinien-Seite | https://repfabric.com/privacypolicyinboxapp |
Unterstützte Sprachen | 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 } |