Repfabric Sync+

Identify opportunities, connect with customers, and sell smarter.

O que é Repfabric Sync+?

Repfabric Sync+ é uma extensão do Chrome desenvolvida por https://www.repfabric.com, e sua principal característica é "Identify opportunities, connect with customers, and sell smarter.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Repfabric Sync+

Baixe arquivos de extensão Repfabric Sync+ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Repfabric Sync+ Repfabric Sync+
ID ddlijfkgipopjnfpoecfocjpiigpmlli
URL Oficial https://chromewebstore.google.com/detail/repfabric-sync+/ddlijfkgipopjnfpoecfocjpiigpmlli
Descrição Identify opportunities, connect with customers, and sell smarter.
Tamanho do Arquivo 378 KB
Contagem de Instalações 579
Versão Atual 0.0.6
Última Atualização 2023-12-28
Data de Publicação 2019-12-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.repfabric.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://repfabric.com/
URL da Página de Ajuda https://repfabric.com/privacypolicyinboxapp/
URL da Página de Política de Privacidade https://repfabric.com/privacypolicyinboxapp
Idiomas Suportados 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
}