Repfabric Sync+

Identify opportunities, connect with customers, and sell smarter.

什么是Repfabric Sync+?

Repfabric Sync+是由https://www.repfabric.com开发的Chrome扩展程序,该扩展的主要功能是“Identify opportunities, connect with customers, and sell smarter.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Repfabric Sync+扩展crx文件

下载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
}