Getting Started Example

Build an Extension!

Getting Started Exampleคืออะไร?

Getting Started Example เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rasedavijapura และคุณลักษณะหลักของมันคือ "Build an Extension!"

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

screenshot

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

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

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

                        Send bulk auto message to multiple mobile number without adding in contact. It's very fast and easy to use. Send WhatsApp messages to a single user to multiple users in bulk without saving number.WA Messenger is the best WhatsApp Marketing Software.Software for WhatsApp Web. Send Message to whatsApp FREE Trial for the first 2 days.                    

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

ชื่อ Getting Started Example Getting Started Example
ID dflblfkmkiehkingehndlpakhgphiihe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/getting-started-example/dflblfkmkiehkingehndlpakhgphiihe
คำอธิบาย Build an Extension!
ขนาดไฟล์ 7.28 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-12-02
วันที่เผยแพร่ 2021-10-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rasedavijapura
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.bulkmessenger365.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Getting Started Example",
    "description": "Build an Extension!",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ]
}