Attio
Bring your Attio Workspace into Chrome.
¿Qué es Attio?
Attio es una extensión de Chrome desarrollada por https://attio.com, y su función principal es "Bring your Attio Workspace into Chrome.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Attio
Descarga archivos de extensión Attio en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Attio |
ID | legacbojjmajoedfolbjlekjjkepadph |
URL Oficial | https://chromewebstore.google.com/detail/attio/legacbojjmajoedfolbjlekjjkepadph |
Descripción | Bring your Attio Workspace into Chrome. |
Tamaño del Archivo | 531 KB |
Cantidad de Instalaciones | 3,003 |
Versión Actual | 4.8.0 |
Última Actualización | 2024-01-08 |
Fecha de Publicación | 2020-08-29 |
Calificación | 4.18/5 Total de 11 Calificaciones |
Desarrollador | https://attio.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://attio.com |
URL de la Página de Ayuda | https://attio.com/help |
URL de la Página de Política de Privacidad | https://attio.com/legal/privacy |
Idiomas Soportados | 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": [ " |