Reachdesk

Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to…

Reachdeskคืออะไร?

Reachdesk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reachdesk.com และคุณลักษณะหลักของมันคือ "Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reachdesk

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

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

                        Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to match your company's style.
Reachdesk will automatically connect with your CRM leads and contacts, and track all activities back.                    

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

ชื่อ Reachdesk Reachdesk
ID hdckbmdejcmfjjklcjmkdncblfjhfnke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reachdesk/hdckbmdejcmfjjklcjmkdncblfjhfnke
คำอธิบาย Send gift cards, custom packages, handwritten letters and more directly from the Reachdesk extension - customize everything to…
ขนาดไฟล์ 1.79 MB
จำนวนการติดตั้ง 4,137
เวอร์ชันปัจจุบัน 2.3.10
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2019-12-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://reachdesk.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.reachdesk.com
URL หน้านโยบายความเป็นส่วนตัว https://reachdesk.com/policy-center
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reachdesk",
    "version": "2.3.10",
    "action": {
        "default_icon": {
            "48": "images\/logo-white-bg-48.png",
            "96": "images\/logo-white-bg-96.png"
        },
        "default_title": "Reachdesk",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/app.reachdesk.com\/",
        "https:\/\/mail.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.reachdesk.com\/*"
            ],
            "css": [],
            "js": [
                "dist\/presence.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ],
            "css": [
                "dist\/salesforce.css",
                "popup.css"
            ],
            "js": [
                "dist\/salesforce.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app2a.outreach.io\/*"
            ],
            "js": [
                "dist\/outreach.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.salesloft.com\/*"
            ],
            "js": [
                "dist\/salesloft.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.hubspot.com\/*"
            ],
            "js": [
                "dist\/hubspot.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.pardot.com\/*"
            ],
            "js": [
                "dist\/pardot.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.eloqua.com\/*"
            ],
            "js": [
                "dist\/eloqua.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.dynamics.com\/*"
            ],
            "js": [
                "dist\/dynamics.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.marketo.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.marketo.com\/*"
            ],
            "js": [
                "dist\/marketo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "dist\/gmail.css",
                "popup.css"
            ],
            "js": [
                "dist\/gmail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "resources": [
                "dist\/images\/*",
                "pageWorld.js"
            ]
        }
    ],
    "background": {
        "service_worker": "dist\/authBackground.js"
    }
}