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
Eメール [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
}