Whatsapp Link

Whatsapp Link for your website. Add a WhatsApp link button on top of the phone number while you browse

Whatsapp Linkคืออะไร?

Whatsapp Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย César Martín และคุณลักษณะหลักของมันคือ "Whatsapp Link for your website. Add a WhatsApp link button on top of the phone number while you browse"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        If you work in sales or you do a lot of prospecting in Spain, this is a great tool to find WhatsApp numbers everywhere. You will have a link to WhatsApp for every WhatsApp number you can find in Google, Wallapop, Idealista, etc.. Once you click on the link the number will be save in your browser with the source website related. 

Please share your feedback with us.

Design improvements in the button. We add the WhatsApp icon in the button to make things pretty. 

---------------

New sites you can use with our extension
Nextdoor, Google and Wallapop.
Browse using google chrome, jump to WhatsApp with a click.

---------------

Create WhatsApp Links for Idealista, Linkedin or Google Maps Website. All the phone numbers that work with WhatsApp will have a link WhatsApp. You will be able to connect with your customers easily and with a click you will jump to their WhatsApp.

Install this Chrome extension to chat with your Idealista or Google Maps users with WhatsApp.

This new version (1.8) allow you to save the numbers you collect with our WhatsApp Link. That way you can keep track of your messages and contacts. This is the best tool to sell to prospects you find in Idealista, Linkedin or Google Maps.

We also allow to use Wallapop and Coches.net
Also you can download all your contacts as CSV                    

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

ชื่อ Whatsapp Link Whatsapp Link
ID foieeiacfgeomhhkpbjneilnnlmngcpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whatsapp-link/foieeiacfgeomhhkpbjneilnnlmngcpg
คำอธิบาย Whatsapp Link for your website. Add a WhatsApp link button on top of the phone number while you browse
ขนาดไฟล์ 210 KB
จำนวนการติดตั้ง 301
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2022-06-15
วันที่เผยแพร่ 2021-05-24
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา César Martín
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tochat.be/
URL หน้าช่วยเหลือ https://tochat.be/support
URL หน้านโยบายความเป็นส่วนตัว https://www.docxpresso.com/privacy-policy
ภาษาที่รองรับ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Link",
    "version": "1.9",
    "description": "Whatsapp Link for your website. Add a WhatsApp link button on top of the phone number while you browse",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Whatsapp Link",
        "default_icon": {
            "16": "images\/ext_logo.png",
            "32": "images\/ext_logo.png",
            "48": "images\/ext_logo.png",
            "128": "images\/ext_logo.png"
        }
    },
    "icons": {
        "16": "images\/ext_logo.png",
        "32": "images\/ext_logo.png",
        "48": "images\/ext_logo.png",
        "128": "images\/ext_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.idealista.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/idealista.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/maps\/*"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/googlemaps.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/linkedin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/search*"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/google.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.wallapop.com\/item\/*"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/wallapop.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.nextdoor.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/nextdoor.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.coches.net\/*"
            ],
            "js": [
                "js\/jquery-3.1.0.min.js",
                "js\/coches.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/whatsapp_logo.png"
    ]
}