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.”。
擴展截圖
下載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+ |
ID | ddlijfkgipopjnfpoecfocjpiigpmlli |
官方網址 | 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 } |