SMS little helper for easy SMS sending
Þetta plugin bætir texta inní magnsendingar á SMS'um.
Wat is SMS little helper for easy SMS sending?
SMS little helper for easy SMS sending is een Chrome-extensie ontwikkeld door brynjarhunfjord, en de belangrijkste functie is "Þetta plugin bætir texta inní magnsendingar á SMS'um.".
Extensie Screenshots
Download het CRX-bestand van de extensie SMS little helper for easy SMS sending
Download SMS little helper for easy SMS sending-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
Þetta plugin bætir texta inní magnsendingar á SMS'um.
Basisinformatie over de Extensie
Naam | |
ID | ckkhbelmmjihfdndhhbiejdbagfohcim |
Officiële URL | https://chrome.google.com/webstore/detail/sms-little-helper-for-eas/ckkhbelmmjihfdndhhbiejdbagfohcim |
Beschrijving | Þetta plugin bætir texta inní magnsendingar á SMS'um. |
Bestandsgrootte | 78.73 KB |
Aantal Installaties | 23 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2014-10-11 |
Publicatiedatum | 2014-10-11 |
Ontwikkelaar | brynjarhunfjord |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |