Repfabric Sync+

Identify opportunities, connect with customers, and sell smarter.

Wat is Repfabric Sync+?

Repfabric Sync+ is een Chrome-extensie ontwikkeld door https://www.repfabric.com, en de belangrijkste functie is "Identify opportunities, connect with customers, and sell smarter.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Repfabric Sync+

Download Repfabric Sync+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Repfabric Sync+ Repfabric Sync+
ID ddlijfkgipopjnfpoecfocjpiigpmlli
Officiële URL https://chromewebstore.google.com/detail/repfabric-sync+/ddlijfkgipopjnfpoecfocjpiigpmlli
Beschrijving Identify opportunities, connect with customers, and sell smarter.
Bestandsgrootte 378 KB
Aantal Installaties 579
Huidige Versie 0.0.6
Laatst Bijgewerkt 2023-12-28
Publicatiedatum 2019-12-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.repfabric.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://repfabric.com/
Help Pagina-URL https://repfabric.com/privacypolicyinboxapp/
URL van de Privacybeleid Pagina https://repfabric.com/privacypolicyinboxapp
Ondersteunde Talen 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
}