Attio
Bring your Attio Workspace into Chrome.
Attioคืออะไร?
Attio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://attio.com และคุณลักษณะหลักของมันคือ "Bring your Attio Workspace into Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Attio
ดาวน์โหลดไฟล์ส่วนขยาย Attio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 |
URL หน้าช่วยเหลือ | https://attio.com/help |
URL หน้านโยบายความเป็นส่วนตัว | 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": [ " |