SetSail
Unlock your potential by leveraging AI to reward what matters in "real time"
SetSail là gì?
SetSail là một tiện ích mở rộng Chrome được phát triển bởi https://setsail.co, và tính năng chính của nó là "Unlock your potential by leveraging AI to reward what matters in "real time"".
Ả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 SetSail
Tải xuống các tệp mở rộng SetSail 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
AI-powered incentives that put the wind in your sales.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SetSail |
ID | ljmofibnegaeibnanbncohngfpkpoidb |
URL Chính Thức | https://chromewebstore.google.com/detail/setsail/ljmofibnegaeibnanbncohngfpkpoidb |
Mô tả | Unlock your potential by leveraging AI to reward what matters in "real time" |
Kích Thước Tệp | 27.27 KB |
Số Lần Cài Đặt | 398 |
Phiên Bản Hiện Tại | 1.2.1.0 |
Cập Nhật Lần Cuối | 2020-11-05 |
Ngày Phát Hành | 2019-09-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://setsail.co |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.setsail.co/tou |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SetSail", "content_security_policy": "default-src 'self'; frame-src https:\/\/app.setsail.co\/; style-src 'self' 'sha256-E++x2wqqEeNrAZuNJhxouML5PMK\/eDVZnMg+ff4E\/Ww='; object-src 'none'", "externally_connectable": { "matches": [ "https:\/\/app.setsail.co\/*" ] }, "description": "Unlock your potential by leveraging AI to reward what matters in \"real time\"", "version": "1.2.1.0", "manifest_version": 2, "icons": { "16": "setsail_16.png", "48": "setsail_48.png", "128": "setsail_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.lightning.force.com\/*" ], "css": [ "salesforce.css" ], "js": [ "sidebar.js" ] }, { "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.crm.dynamics.com\/*", "https:\/\/app.hubspot.com\/*" ], "css": [ "salesforce-classic.css" ], "js": [ "sidebar.js" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "gmail.css" ], "js": [ "sidebar.js" ] } ], "web_accessible_resources": [ "proxy.html", "setsail.png" ] } |