Attio

Bring your Attio Workspace into Chrome.

ما هو Attio؟

Attio هو إضافة Chrome تم تطويرها بواسطة https://attio.com، والميزة الرئيسية لها هي "Bring your Attio Workspace into Chrome.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Attio

قم بتنزيل ملفات الامتداد Attio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Attio Attio
ID legacbojjmajoedfolbjlekjjkepadph
عنوان URL الرسمي https://chromewebstore.google.com/detail/attio/legacbojjmajoedfolbjlekjjkepadph
الوصف Bring your Attio Workspace into Chrome.
حجم الملف 531 KB
عدد التثبيتات 3,003
النسخة الحالية 4.8.0
آخر تحديث 2024-01-08
تاريخ النشر 2020-08-29
تقييم 4.18/5 مجموع تقييمات 11
المطور https://attio.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://attio.com
عنوان صفحة المساعدة https://attio.com/help
عنوان صفحة سياسة الخصوصية https://attio.com/legal/privacy
اللغات المدعومة 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"
            ]
        }
    ]
}