Attio

Bring your Attio Workspace into Chrome.

Co to jest Attio?

Attio to rozszerzenie Chrome opracowane przez https://attio.com, a jego główną funkcją jest „Bring your Attio Workspace into Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Attio

Pobierz pliki rozszerzeń Attio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Attio Attio
ID legacbojjmajoedfolbjlekjjkepadph
Oficjalny URL https://chromewebstore.google.com/detail/attio/legacbojjmajoedfolbjlekjjkepadph
Opis Bring your Attio Workspace into Chrome.
Rozmiar pliku 531 KB
Liczba instalacji 3,003
Aktualna Wersja 4.8.0
Ostatnia Aktualizacja 2024-01-08
Data Publikacji 2020-08-29
Ocena 4.18/5 Łącznie 11 Oceny
Deweloper https://attio.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://attio.com
Adres URL Strony Pomocy https://attio.com/help
Adres URL Strony Polityki Prywatności https://attio.com/legal/privacy
Obsługiwane Języki 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"
            ]
        }
    ]
}