Connect The Apps
Connect The Apps is a magic integration between over a dozen workplace productivity apps
Connect The Apps là gì?
Connect The Apps là một tiện ích mở rộng Chrome được phát triển bởi https://www.museoperations.com, và tính năng chính của nó là "Connect The Apps is a magic integration between over a dozen workplace productivity apps".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Connect The Apps
Tải xuống các tệp mở rộng Connect The Apps 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
Connect The Apps organizes your history by Contact. As you browse, it connects a person across your cloud applications. Absolutely no setup - all you need to do is sign in to get started. Compatible with the following apps: --Communications-- -Gmail -Zendesk -Drift -Intercom -Outreach -HelpScout -Front --CRM-- -Salesforce -Copper -Pipedrive -Zoho --Project Management-- -Asana -Trello -Smartsheet --Applicant Tracking-- -Lever -Indeed -Greenhouse --Other-- -DocuSign -GoogleDocs
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Connect The Apps |
ID | djdgnfcoomhlcphnjhbhhdicbcioffjp |
URL Chính Thức | https://chromewebstore.google.com/detail/connect-the-apps/djdgnfcoomhlcphnjhbhhdicbcioffjp |
Mô tả | Connect The Apps is a magic integration between over a dozen workplace productivity apps |
Kích Thước Tệp | 310 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 0.3.4 |
Cập Nhật Lần Cuối | 2020-02-20 |
Ngày Phát Hành | 2020-02-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.museoperations.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.connecttheapps.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Connect The Apps", "version": "0.3.4", "description": "Connect The Apps is a magic integration between over a dozen workplace productivity apps", "permissions": [ "tabs", "identity", "storage" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "images\/CTAlogo128.png", "default_popup": "credentials.html" }, "icons": { "16": "images\/CTAlogo16.png", "32": "images\/CTAlogo32.png", "48": "images\/CTAlogo48.png", "128": "images\/CTAlogo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/*.asana.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.lightning.force.com\/*", "https:\/\/*.force.com\/*", "https:\/\/*.prosperworks.com\/*", "https:\/\/*.zoho.com\/*", "https:\/\/trello.com\/*", "https:\/\/docs.google.com\/*", "https:\/\/*.zendesk.com\/*", "https:\/\/*.helpscout.com\/*", "https:\/\/*.intercom.io\/*", "https:\/\/*.drift.com\/*", "https:\/\/*.frontapp.com\/*", "https:\/\/*.outreach.io\/*", "https:\/\/*.pipedrive.com\/*", "https:\/\/*.greenhouse.io\/*", "https:\/\/*.indeed.com\/*", "https:\/\/*.lever.co\/*", "https:\/\/*.docusign.com\/*", "https:\/\/*.smartsheet.com\/*" ], "exclude_globs": [ "https:\/\/login.salesforce.com\/", "https:\/\/www.salesforce.com\/", "https:\/\/*.my.salesforce.com\/", "https:\/\/asana.com\/#login", "https:\/\/app.asana.com\/0\/inbox\/*", "https:\/\/app.asana.com\/0\/home\/*" ], "run_at": "document_idle", "js": [ "jquery-3.4.1.min.js", "gtm.js", "firebase-app.js", "firebase-firestore.js", "firebase-analytics.js", "urlAndEmails.js", "airtable.browser.js" ] } ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+2", "windows": "Ctrl+Shift+2", "mac": "Command+Shift+2" } } }, "manifest_version": 2, "oauth2": { "client_id": "384388592504-u1q283jqhreaf3m1jums7kogsvd49gt5.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com\/ https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/hooks.zapier.com\/hooks\/catch\/3120121\/ou7m1ih\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAomExkviPbVti5nNgoHjwrd59BJxH161EM9TIWrll0P4BGuUIe0qYAkSjg+63ZJpkI5mRk5SmzgiWY63zB9ZQXM5ICaPLPxfVy+eDvchPKwXANRzj4R4kSTHMh1Te7jKqB2+5czrreO5Pt79BnkbseZtsMzFxjvC0n9TAcxml9Pi0tfZNDMa7ZXRnkoooCwd3yuUUTaj7Ggt+Py3qmIO+ty\/T9uVYr5p0wNk4zLU4RFfrUp6n9N9jP\/8sU5R+L9fnhYkDequ2AI6oNkRZJdJDVeNzHRTOV3FAXbuZ7vNtQJSsFtvzxEr9EZVpZaClCEcMb5j19OsBAzC54nwezzJO\/wIDAQAB" } |