More Send
Your awesome description here
Qu'est-ce que More Send ?
More Send est une extension Chrome développée par https://moresendeg.com, et sa fonction principale est "Your awesome description here".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension More Send
Téléchargez les fichiers d'extension More Send au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
نتخصص في خدمة الواتساب حيث تتوجه كبرى الشركات العالمية للأعتماد علي خدمه الواتساب لما تقدمه من مميزات مفيدة وتوفير كبير بالمال والوقت والجهد ونستخدم افضل واحدث الاساليب والطرق المتوفرة في مجال تكنولوجيا المعلومات الى العملاء الذين يرغبون في تسويق اعمالهم مما يعود عليهم وعلى اعمالهم بالنفع والفائدة
Informations de Base sur l'Extension
Nom | |
ID | cbajpefplceblbebeicnmlohkkbckdde |
URL Officiel | https://chromewebstore.google.com/detail/more-send/cbajpefplceblbebeicnmlohkkbckdde |
Description | Your awesome description here |
Taille du Fichier | 1.96 MB |
Nombre d'Installations | 35 |
Version Actuelle | 1.4.5 |
Dernière Mise à Jour | 2022-07-08 |
Date de Publication | 2020-06-23 |
Développeur | https://moresendeg.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://moresendeg.com/ |
Langues Prises en Charge | ar |
manifest.json | |
{ "manifest_version": 2, "name": "More Send", "short_name": "More Send", "version": "1.4.5", "description": "Your awesome description here", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "More Send", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistence": false }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "background", "clipboardWrite", "clipboardRead", "storage", "*:\/\/*.whatsapp.com\/*", "*:\/\/*.whatsapp.info\/*", "*:\/\/*.moresendeg.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |