SMS little helper for easy SMS sending
Þetta plugin bætir texta inní magnsendingar á SMS'um.
Co to jest SMS little helper for easy SMS sending?
SMS little helper for easy SMS sending to rozszerzenie Chrome opracowane przez brynjarhunfjord, a jego główną funkcją jest „Þetta plugin bætir texta inní magnsendingar á SMS'um.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SMS little helper for easy SMS sending
Pobierz pliki rozszerzeń SMS little helper for easy SMS sending w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Þetta plugin bætir texta inní magnsendingar á SMS'um.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ckkhbelmmjihfdndhhbiejdbagfohcim |
Oficjalny URL | https://chrome.google.com/webstore/detail/sms-little-helper-for-eas/ckkhbelmmjihfdndhhbiejdbagfohcim |
Opis | Þetta plugin bætir texta inní magnsendingar á SMS'um. |
Rozmiar pliku | 78.73 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2014-10-11 |
Data Publikacji | 2014-10-11 |
Deweloper | brynjarhunfjord |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |