Fiind AI Signals & Insights
Hello, I am Fiind AI and I work with you to find the most relevant insights, that can take your business to the next level.
Fiind AI Signals & Insights là gì?
Fiind AI Signals & Insights là một tiện ích mở rộng Chrome được phát triển bởi Fiind Inc., và tính năng chính của nó là "Hello, I am Fiind AI and I work with you to find the most relevant insights, that can take your business to the next level.".
Ả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 Fiind AI Signals & Insights
Tải xuống các tệp mở rộng Fiind AI Signals & Insights 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
Fiind AI works alongside you to discover where the best industry opportunity is, which specific prospects are ideal for you, and insights into the challenges these companies face–all before sending an email or picking up the phone. Use this tool to gain insights into: • The business and technology signals a company is broadcasting • Technology & Cloud stack data • Comparative health using 6 key metrics Work with Fiind to discover the key signals that drive change in the industry. Stay ahead of the curve.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lgkphohipacajeneepmpfhfmhlfmnmkf |
URL Chính Thức | https://chrome.google.com/webstore/detail/fiind-ai-signals-insights/lgkphohipacajeneepmpfhfmhlfmnmkf |
Mô tả | Hello, I am Fiind AI and I work with you to find the most relevant insights, that can take your business to the next level. |
Kích Thước Tệp | 375 KB |
Số Lần Cài Đặt | 236 |
Phiên Bản Hiện Tại | 1.0.0.11 |
Cập Nhật Lần Cuối | 2019-10-23 |
Ngày Phát Hành | 2019-10-23 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Fiind Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mspartners.fiind.ai |
URL Trang Trợ Giúp | http://help.fiind.ai |
URL Trang Chính Sách Bảo Mật | https://www.fiind.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fiind AI Signals & Insights", "description": "Hello, I am Fiind AI and I work with you to find the most relevant insights, that can take your business to the next level.", "version": "1.0.0.11", "browser_action": { "default_icon": "images\/\/logo_fiind.png" }, "options_page": "popup.html", "permissions": [ "activeTab", "tabs", "http:\/\/127.0.0.1:3467\/", "https:\/\/ssci_service.fiindlabs.com:3344\/", "http:\/\/localhost\/", "https:\/\/mspartner.fiind.io\/", "https:\/\/ssci.fiind.io\/", "https:\/\/mspartner.fiind.ai\/", "https:\/\/mspartner-dev.fiind.ai\/", "https:\/\/platform.twitter.com\/" ], "content_scripts": [ { "js": [ "popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "background": { "scripts": [ "js\/\/background.js" ] }, "web_accessible_resources": [ "popup.html", "js\/\/jquery-3.2.1.min.js", "js\/\/angular.min.js", "js\/\/app.js", "popup.js", "js\/\/background.js", "js\/\/loadunload.js" ], "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com https:\/\/ajax.googleapis.com\/; object-src 'self'" } |