Ding

A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]

Dingคืออะไร?

Ding เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Gray และคุณลักษณะหลักของมันคือ "A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]"

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

screenshot
screenshot
screenshot

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

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

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

                        Ding is a free Gmail extension that helps salespeople write better prospecting emails. Ding increases your response rates by correcting your language against a database of sales terms and phrases curated from email marketing experts and sales coaches.

LEVERAGE REAL-TIME SALES LESSONS FROM INDUSTRY EXPERTS AT:

- Salesforce
- Inc.com
- HubSpot
- Yesware
- Harvard Business Review

Contact me on LinkedIn at  https://ca.linkedin.com/in/chris-gray-73a1b621                    

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

ชื่อ Ding Ding
ID bmdjphpepbkfmgaphblghfocmoiglagd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ding/bmdjphpepbkfmgaphblghfocmoiglagd
คำอธิบาย A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]
ขนาดไฟล์ 242 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 0.0.24
อัปเดตครั้งล่าสุด 2016-08-16
วันที่เผยแพร่ 2016-08-16
ผู้พัฒนา Chris Gray
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ding",
    "version": "0.0.24",
    "manifest_version": 2,
    "description": "A coaching app to help salespeople write effective prospecting emails. Feedback is welcome! Email to [email protected]",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/gmail.js\/src\/gmail.js",
                "bower_components\/dom-regexp-match\/dom-regexp-match-1.1.0.js",
                "scripts\/warnings.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*"
    ]
}