Attio

Bring your Attio Workspace into Chrome.

Cos'è Attio?

Attio è un'estensione di Chrome sviluppata da https://attio.com, e la sua funzione principale è "Bring your Attio Workspace into Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Attio

Scarica i file di estensione Attio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Attio Attio
ID legacbojjmajoedfolbjlekjjkepadph
URL Ufficiale https://chromewebstore.google.com/detail/attio/legacbojjmajoedfolbjlekjjkepadph
Descrizione Bring your Attio Workspace into Chrome.
Dimensione del File 531 KB
Conteggio Installazioni 3,003
Versione Corrente 4.8.0
Ultimo Aggiornamento 2024-01-08
Data di Pubblicazione 2020-08-29
Valutazione 4.18/5 Totale 11 Valutazioni
Sviluppatore https://attio.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://attio.com
URL della Pagina di Aiuto https://attio.com/help
URL della Pagina della Politica sulla Privacy https://attio.com/legal/privacy
Lingue Supportate 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"
            ]
        }
    ]
}