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.

O que é Fiind AI Signals & Insights?

Fiind AI Signals & Insights é uma extensão do Chrome desenvolvida por Fiind Inc., e sua principal característica é "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.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fiind AI Signals & Insights

Baixe arquivos de extensão Fiind AI Signals & Insights no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Fiind AI Signals & Insights Fiind AI Signals & Insights
ID lgkphohipacajeneepmpfhfmhlfmnmkf
URL Oficial https://chrome.google.com/webstore/detail/fiind-ai-signals-insights/lgkphohipacajeneepmpfhfmhlfmnmkf
Descrição 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.
Tamanho do Arquivo 375 KB
Contagem de Instalações 236
Versão Atual 1.0.0.11
Última Atualização 2019-10-23
Data de Publicação 2019-10-23
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Fiind Inc.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mspartners.fiind.ai
URL da Página de Ajuda http://help.fiind.ai
URL da Página de Política de Privacidade https://www.fiind.com/privacy-policy
Idiomas Suportados 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'"
}