More Send
Your awesome description here
Wat is More Send?
More Send is een Chrome-extensie ontwikkeld door https://moresendeg.com, en de belangrijkste functie is "Your awesome description here".
Extensie Screenshots
Download het CRX-bestand van de extensie More Send
Download More Send-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
نتخصص في خدمة الواتساب حيث تتوجه كبرى الشركات العالمية للأعتماد علي خدمه الواتساب لما تقدمه من مميزات مفيدة وتوفير كبير بالمال والوقت والجهد ونستخدم افضل واحدث الاساليب والطرق المتوفرة في مجال تكنولوجيا المعلومات الى العملاء الذين يرغبون في تسويق اعمالهم مما يعود عليهم وعلى اعمالهم بالنفع والفائدة
Basisinformatie over de Extensie
Naam | |
ID | cbajpefplceblbebeicnmlohkkbckdde |
Officiële URL | https://chromewebstore.google.com/detail/more-send/cbajpefplceblbebeicnmlohkkbckdde |
Beschrijving | Your awesome description here |
Bestandsgrootte | 1.96 MB |
Aantal Installaties | 35 |
Huidige Versie | 1.4.5 |
Laatst Bijgewerkt | 2022-07-08 |
Publicatiedatum | 2020-06-23 |
Ontwikkelaar | https://moresendeg.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://moresendeg.com/ |
Ondersteunde Talen | 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" } |