Repfabric Sync+

Identify opportunities, connect with customers, and sell smarter.

Repfabric Sync+ là gì?

Repfabric Sync+ là một tiện ích mở rộng Chrome được phát triển bởi https://www.repfabric.com, và tính năng chính của nó là "Identify opportunities, connect with customers, and sell smarter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Repfabric Sync+

Tải xuống các tệp mở rộng Repfabric Sync+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Repfabric Sync+ Repfabric Sync+
ID ddlijfkgipopjnfpoecfocjpiigpmlli
URL Chính Thức https://chromewebstore.google.com/detail/repfabric-sync+/ddlijfkgipopjnfpoecfocjpiigpmlli
Mô tả Identify opportunities, connect with customers, and sell smarter.
Kích Thước Tệp 378 KB
Số Lần Cài Đặt 579
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2023-12-28
Ngày Phát Hành 2019-12-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.repfabric.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://repfabric.com/
URL Trang Trợ Giúp https://repfabric.com/privacypolicyinboxapp/
URL Trang Chính Sách Bảo Mật https://repfabric.com/privacypolicyinboxapp
Ngôn Ngữ Được Hỗ Trợ 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
}