More Send
Your awesome description here
Cos'è More Send?
More Send è un'estensione di Chrome sviluppata da https://moresendeg.com, e la sua funzione principale è "Your awesome description here".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione More Send
Scarica i file di estensione More Send in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
نتخصص في خدمة الواتساب حيث تتوجه كبرى الشركات العالمية للأعتماد علي خدمه الواتساب لما تقدمه من مميزات مفيدة وتوفير كبير بالمال والوقت والجهد ونستخدم افضل واحدث الاساليب والطرق المتوفرة في مجال تكنولوجيا المعلومات الى العملاء الذين يرغبون في تسويق اعمالهم مما يعود عليهم وعلى اعمالهم بالنفع والفائدة
Informazioni di Base sull'Estensione
Nome | |
ID | cbajpefplceblbebeicnmlohkkbckdde |
URL Ufficiale | https://chromewebstore.google.com/detail/more-send/cbajpefplceblbebeicnmlohkkbckdde |
Descrizione | Your awesome description here |
Dimensione del File | 1.96 MB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.4.5 |
Ultimo Aggiornamento | 2022-07-08 |
Data di Pubblicazione | 2020-06-23 |
Sviluppatore | https://moresendeg.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://moresendeg.com/ |
Lingue Supportate | 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" } |