Attio

Bring your Attio Workspace into Chrome.

O que é Attio?

Attio é uma extensão do Chrome desenvolvida por https://attio.com, e sua principal característica é "Bring your Attio Workspace into Chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Attio

Baixe arquivos de extensão Attio 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

                        Bring your Attio Workspace into Chrome.

—

Attio for Chrome takes your workflow and relationship management to the next level.

As you work in your browser Attio will provide you with contextual access to all of the data in your workspace. If you're visiting a client's website you'll be able to read your previous emails. If you're scouting out a new investment you'll be able to find your team's previous notes. And if you're in your Gmail inbox you'll be able to instantly view any contact from that thread.

Not only can you surface your workspace's data, but you can interact with it too. Easily edit custom attributes, request access to emails, and search through historic activity. Everything you do is also automatically synced back to your workspace in real time, making sure your team mates stay in the loop!                    

Informações Básicas da Extensão

Nome Attio Attio
ID legacbojjmajoedfolbjlekjjkepadph
URL Oficial https://chromewebstore.google.com/detail/attio/legacbojjmajoedfolbjlekjjkepadph
Descrição Bring your Attio Workspace into Chrome.
Tamanho do Arquivo 531 KB
Contagem de Instalações 3,003
Versão Atual 4.8.0
Última Atualização 2024-01-08
Data de Publicação 2020-08-29
Classificação 4.18/5 Total de 11 Avaliações
Desenvolvedor https://attio.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://attio.com
URL da Página de Ajuda https://attio.com/help
URL da Página de Política de Privacidade https://attio.com/legal/privacy
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.01db9104.png",
        "32": "icon32.plasmo.f632a258.png",
        "48": "icon48.plasmo.fe234925.png",
        "64": "icon64.plasmo.eeaca59b.png",
        "128": "icon128.plasmo.0bdc350e.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.01db9104.png",
            "32": "icon32.plasmo.f632a258.png",
            "48": "icon48.plasmo.fe234925.png",
            "64": "icon64.plasmo.eeaca59b.png",
            "128": "icon128.plasmo.0bdc350e.png"
        }
    },
    "version": "4.8.0",
    "name": "Attio",
    "description": "Bring your Attio Workspace into Chrome.",
    "background": {
        "service_worker": "background.c071b1a1.js"
    },
    "permissions": [
        "scripting",
        "tabs",
        "cookies",
        "storage",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.attio.com\/*",
                "https:\/\/app.attio.me\/*"
            ],
            "js": [
                "theme-listener.4b15c166.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inbox-sdk.aa89e960.js"
            ],
            "run_at": "document_end",
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "sidebar-mount.797b511e.js"
            ],
            "css": []
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "attio-browser-extension-auth-ruleset",
                "enabled": true,
                "path": "attio-browser-extension-auth-ruleset.75605323.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/app.attio.com\/*",
        "*:\/\/app.attio.me\/*",
        "*:\/\/browser-extension-sidebar.attio.com\/*",
        "*:\/\/browser-extension-sidebar.attio.me\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pageWorld.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "extension-hosted-iframe-wrapper.e20e3c07.html",
                "extension-hosted-iframe-wrapper.415341bd.js",
                "extension-hosted-iframe-wrapper.7d32c7f2.css",
                "inbox-sdk.34382187.png",
                "inbox-sdk.0e3976b1.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "extension-hosted-iframe-wrapper.e20e3c07.html",
                "extension-hosted-iframe-wrapper.415341bd.js",
                "extension-hosted-iframe-wrapper.7d32c7f2.css",
                "inbox-sdk.0e3976b1.css"
            ]
        }
    ]
}