SMS little helper for easy SMS sending
Þetta plugin bætir texta inní magnsendingar á SMS'um.
ما هو SMS little helper for easy SMS sending؟
SMS little helper for easy SMS sending هو إضافة Chrome تم تطويرها بواسطة brynjarhunfjord، والميزة الرئيسية لها هي "Þetta plugin bætir texta inní magnsendingar á SMS'um.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SMS little helper for easy SMS sending
قم بتنزيل ملفات الامتداد SMS little helper for easy SMS sending بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Þetta plugin bætir texta inní magnsendingar á SMS'um.
معلومات أساسية عن التمديد
الاسم | |
ID | ckkhbelmmjihfdndhhbiejdbagfohcim |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/sms-little-helper-for-eas/ckkhbelmmjihfdndhhbiejdbagfohcim |
الوصف | Þetta plugin bætir texta inní magnsendingar á SMS'um. |
حجم الملف | 78.73 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1 |
آخر تحديث | 2014-10-11 |
تاريخ النشر | 2014-10-11 |
المطور | brynjarhunfjord |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |