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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fiind AI Signals & Insights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |