SMS little helper for easy SMS sending
Þetta plugin bætir texta inní magnsendingar á SMS'um.
Qu'est-ce que SMS little helper for easy SMS sending ?
SMS little helper for easy SMS sending est une extension Chrome développée par brynjarhunfjord, et sa fonction principale est "Þetta plugin bætir texta inní magnsendingar á SMS'um.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SMS little helper for easy SMS sending
Téléchargez les fichiers d'extension SMS little helper for easy SMS sending 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
Þetta plugin bætir texta inní magnsendingar á SMS'um.
Informations de Base sur l'Extension
Nom | |
ID | ckkhbelmmjihfdndhhbiejdbagfohcim |
URL Officiel | https://chrome.google.com/webstore/detail/sms-little-helper-for-eas/ckkhbelmmjihfdndhhbiejdbagfohcim |
Description | Þetta plugin bætir texta inní magnsendingar á SMS'um. |
Taille du Fichier | 78.73 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2014-10-11 |
Date de Publication | 2014-10-11 |
Développeur | brynjarhunfjord |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SMS little helper for easy SMS sending", "version": "1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "SMS helper", "default_icon": "icon16.png", "default_popup": "myscript.js" }, "content_scripts": [ { "matches": [ "https:\/\/vasi.siminn.is\/sms\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ] } |