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란 무엇입니까?
Fiind AI Signals & Insights은(는) Fiind Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | lgkphohipacajeneepmpfhfmhlfmnmkf |
공식 URL | https://chrome.google.com/webstore/detail/fiind-ai-signals-insights/lgkphohipacajeneepmpfhfmhlfmnmkf |
설명 | 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. |
파일 크기 | 375 KB |
설치 횟수 | 236 |
현재 버전 | 1.0.0.11 |
최근 업데이트 | 2019-10-23 |
출시 날짜 | 2019-10-23 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Fiind Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mspartners.fiind.ai |
도움말 페이지 URL | http://help.fiind.ai |
개인정보 보호 정책 페이지 URL | https://www.fiind.com/privacy-policy |
지원되는 언어 | 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'" } |