WhatsApp easy send

Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url

WhatsApp easy sendคืออะไร?

WhatsApp easy send เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tal.barda88 และคุณลักษณะหลักของมันคือ "Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url"

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

screenshot
screenshot
screenshot

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

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

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

                        Easy send WhatsApp message to a number that isn't saved on your contacts list by entering number and text. If there's a 'URL' place holder in the text, will replace it with the current tab url.
Known issues:
1. It's developed for the personal purposes of looking an apartment in Israel - so the message placeholder is for sending a message in Hebrew "Hey, I would be happy to get some details for the apartment.."
2. It doesn't store the latest trial so every time you click on it, you will re-enter the details                    

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

ชื่อ WhatsApp easy send WhatsApp easy send
ID dfpggoalmiggfgehidjjldkonifpijed
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/whatsapp-easy-send/dfpggoalmiggfgehidjjldkonifpijed
คำอธิบาย Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url
ขนาดไฟล์ 14.7 MB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2021-07-13
วันที่เผยแพร่ 2021-07-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tal.barda88
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.facebook.com/groups/supertool/permalink/717341105668298/
ภาษาที่รองรับ
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WhatsApp easy send",
    "version": "0.0.0.1",
    "description": "Easy send WhatsApp by entering number and text. If there's a 'URL' place holder in the text, will replace it with the active url",
    "manifest_version": 2,
    "icons": {
        "16": "WhatsApp.png",
        "48": "WhatsApp.png",
        "128": "WhatsApp.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "A popup will come"
    }
}