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.
Qu'est-ce que Fiind AI Signals & Insights ?
Fiind AI Signals & Insights est une extension Chrome développée par Fiind Inc., et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fiind AI Signals & Insights
Téléchargez les fichiers d'extension Fiind AI Signals & Insights au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lgkphohipacajeneepmpfhfmhlfmnmkf |
URL Officiel | https://chrome.google.com/webstore/detail/fiind-ai-signals-insights/lgkphohipacajeneepmpfhfmhlfmnmkf |
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. |
Taille du Fichier | 375 KB |
Nombre d'Installations | 236 |
Version Actuelle | 1.0.0.11 |
Dernière Mise à Jour | 2019-10-23 |
Date de Publication | 2019-10-23 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Fiind Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://mspartners.fiind.ai |
URL de la Page d'Aide | http://help.fiind.ai |
URL de la Page de Politique de Confidentialité | https://www.fiind.com/privacy-policy |
Langues Prises en Charge | 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'" } |