Whatsapp Send
This extension allows to open a Whatsapp chat with any number
ما هو Whatsapp Send؟
Whatsapp Send هو إضافة Chrome تم تطويرها بواسطة orieleldar، والميزة الرئيسية لها هي "This extension allows to open a Whatsapp chat with any number".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Whatsapp Send
قم بتنزيل ملفات الامتداد Whatsapp Send بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
· Includes option to highlight phone number, right-click and open a chat in a click. · Includes option to insert numbers manually and open a chat. · Identifies phone extension automatically based on location. · Includes settings to define the desired platform (Web / App). · Includes the option to insert a country code manually.
معلومات أساسية عن التمديد
الاسم | |
ID | oeignolipcehbdagaajdndfpjaofeifk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/whatsapp-send/oeignolipcehbdagaajdndfpjaofeifk |
الوصف | This extension allows to open a Whatsapp chat with any number |
حجم الملف | 917 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.4.0 |
آخر تحديث | 2021-11-26 |
تاريخ النشر | 2020-07-02 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | orieleldar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whatsapp Send", "description": "This extension allows to open a Whatsapp chat with any number", "version": "1.4.0", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |