Dex for Chrome - Personal CRM and Rolodex

Be better at relationships with Dex. Visualize, understand, and manage your relationships for free.

Dex for Chrome - Personal CRM and Rolodexคืออะไร?

Dex for Chrome - Personal CRM and Rolodex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getdex.com และคุณลักษณะหลักของมันคือ "Be better at relationships with Dex. Visualize, understand, and manage your relationships for free."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dex for Chrome - Personal CRM and Rolodex

ดาวน์โหลดไฟล์ส่วนขยาย Dex for Chrome - Personal CRM and Rolodex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Build stronger relationships with Dex.

Dex is a personal relationship manager and assistant that reminds you to keep in touch with people you would otherwise forget.  Easily visualize, organize, understand, and manage all your relationships.

By installing the extension, you agree to Dex's Terms of Service (getdex.com/termsofservice) and Privacy Policy (getdex.com/privacypolicy).

★ Use the power of AI to network
- Use Dex's AI assist to draft and respond to messages 

★ Integrated where you need it!
- Add Dex to Chrome to manage relationships from Facebook, LinkedIn, Messenger, Twitter, Gmail, and more!
- With one click, see your past notes, details, and reminders, 

★ Keep-in-touch better
- Configure Dex to send you regular reminders: maintain relationships even when life gets busy.
- Stay warm with your professional and personal network.


★ Remember the important details
- Remember the name of your coworker’s daughter? What about your friend's spouse?
- Dex makes it easy to remember important details. Be more thoughtful in your next conversation.

★ Become a superconnector
- With the Dex Dashboard, organize your relationships with custom tags and views.  
- Search through all the notes you’ve taken in one place. Make the connections that help your friends and strengthen your relationships.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dex for Chrome - Personal CRM and Rolodex Dex for Chrome - Personal CRM and Rolodex
ID amlpnkfionniifnajgcalfndolieichk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dex-for-chrome-personal-c/amlpnkfionniifnajgcalfndolieichk
คำอธิบาย Be better at relationships with Dex. Visualize, understand, and manage your relationships for free.
ขนาดไฟล์ 1.63 MB
จำนวนการติดตั้ง 7,131
เวอร์ชันปัจจุบัน 1.0.127
อัปเดตครั้งล่าสุด 2023-10-26
วันที่เผยแพร่ 2020-12-19
คะแนน 4.73/5 รวมทั้งหมด 59 คะแนน
ผู้พัฒนา https://getdex.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getdex.com/
URL หน้านโยบายความเป็นส่วนตัว https://getdex.com/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dex for Chrome - Personal CRM and Rolodex",
    "homepage_url": "http:\/\/getdex.com",
    "description": "Be better at relationships with Dex. Visualize, understand, and manage your relationships for free.",
    "default_locale": "en",
    "permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.getdex.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.mail.google.com\/*",
        "*:\/\/*.superhuman.com\/*",
        "*:\/\/*.xing.com\/*",
        "*:\/\/*.live.com\/*",
        "*:\/\/*.outlook.com\/*",
        "*:\/\/*.office.com\/*",
        "*:\/\/*.google.com\/*",
        "storage",
        "tabs",
        "activeTab",
        "cookies"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/dex_logo_128.png",
        "48": "icons\/dex_logo_128.png",
        "128": "icons\/dex_logo_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/dex_logo_128.png",
            "38": "icons\/dex_logo_128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.getdex.com\/*"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/content-script.js",
                "js\/linkedin-assistant.js"
            ],
            "css": [
                "content-script.css",
                "linkedin-assistant.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.superhuman.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.xing.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.messenger.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.getdex.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.localhost\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "js": [
                "js\/content-script.js",
                "js\/inboxsdk.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.live.com\/*",
                "*:\/\/*.outlook.com\/*",
                "*:\/\/*.office.com\/*",
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "version": "1.0.127",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}