Repfabric Sync+

Identify opportunities, connect with customers, and sell smarter.

Что такое Repfabric Sync+?

Repfabric Sync+ - это расширение Chrome, разработанное https://www.repfabric.com, и его основная функция - "Identify opportunities, connect with customers, and sell smarter.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Repfabric Sync+

Скачайте файлы расширений Repfabric Sync+ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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+ 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
}