ZD Quick Messages
ZD Quick Messages
ما هو ZD Quick Messages؟
ZD Quick Messages هو إضافة Chrome تم تطويرها بواسطة https://zeedrop.com، والميزة الرئيسية لها هي "ZD Quick Messages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZD Quick Messages
قم بتنزيل ملفات الامتداد ZD Quick Messages بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ZeeDrop Quick Messages give you the option save messages/answers and in 1 click send them in facebook messanger and facebook page chat. This tool will save you a lot of time type again and agin the same answers .
معلومات أساسية عن التمديد
الاسم | ZD Quick Messages |
ID | lejcmkhmhlokcpabneplokkilhhciclg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zd-quick-messages/lejcmkhmhlokcpabneplokkilhhciclg |
الوصف | ZD Quick Messages |
حجم الملف | 5.31 MB |
عدد التثبيتات | 60 |
النسخة الحالية | 2.2 |
آخر تحديث | 2024-01-24 |
تاريخ النشر | 2021-09-09 |
تقييم | 3.40/5 مجموع تقييمات 15 |
المطور | https://zeedrop.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://zeedrop.com/policy.aspx |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ZD Quick Messages", "description": "ZD Quick Messages", "version": "2.2", "icons": { "128": "icon_128.png" }, "permissions": [ "tabs", "unlimitedStorage", "storage", "fullscreen" ], "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-3.3.1.js", "popup.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.facebook.com\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "js\/jquery-3.3.1.js", "content\/_common.js", "content\/_common2.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*" ], "all_frames": true, "js": [ "content\/fb.js" ], "run_at": "document_end" } ] } |