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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}