Attio

Bring your Attio Workspace into Chrome.

Wat is Attio?

Attio is een Chrome-extensie ontwikkeld door https://attio.com, en de belangrijkste functie is "Bring your Attio Workspace into Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Attio

Download Attio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Attio Attio
ID legacbojjmajoedfolbjlekjjkepadph
Officiële URL https://chromewebstore.google.com/detail/attio/legacbojjmajoedfolbjlekjjkepadph
Beschrijving Bring your Attio Workspace into Chrome.
Bestandsgrootte 531 KB
Aantal Installaties 3,003
Huidige Versie 4.8.0
Laatst Bijgewerkt 2024-01-08
Publicatiedatum 2020-08-29
Beoordeling 4.18/5 Totaal 11 Beoordelingen
Ontwikkelaar https://attio.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://attio.com
Help Pagina-URL https://attio.com/help
URL van de Privacybeleid Pagina https://attio.com/legal/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}