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.”。

擴展截圖

screenshot
screenshot
screenshot

下載Fiind AI Signals & Insights擴展crx文件

下載Fiind AI Signals & Insights擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Fiind AI Signals & Insights Fiind AI Signals & Insights
ID lgkphohipacajeneepmpfhfmhlfmnmkf
官方網址 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'"
}