Notify My Android
Sends a link to the currently visited page as a push notification to your Android device.
ما هو Notify My Android؟
Notify My Android هو إضافة Chrome تم تطويرها بواسطة https://notifymyandroid.com، والميزة الرئيسية لها هي "Sends a link to the currently visited page as a push notification to your Android device.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Notify My Android
قم بتنزيل ملفات الامتداد Notify My Android بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
NMA is a platform that allows you to delivery push notifications from virtually any application to your Android device.
This is a Chrome Extension that allows you to quickly send push notifications to your phone with the URL or a quick text that you just copied and want to have it on your phone. معلومات أساسية عن التمديد
| الاسم | |
| ID | mmgnghlgdajmnflfaebklmmlkkeehbbb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb |
| الوصف | Sends a link to the currently visited page as a push notification to your Android device. |
| حجم الملف | 87.68 KB |
| عدد التثبيتات | 308 |
| النسخة الحالية | 0.3 |
| آخر تحديث | 2012-09-16 |
| تاريخ النشر | 2012-09-15 |
| تقييم | 3.60/5 مجموع تقييمات 5 |
| المطور | https://notifymyandroid.com |
| نوع الدفع | free |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notify My Android",
"version": "0.3",
"manifest_version": 2,
"description": "Sends a link to the currently visited page as a push notification to your Android device.",
"icons": {
"128": "assets\/icon128.png",
"96": "assets\/icon96.png"
},
"content_scripts": [
{
"js": [
"js\/getSelection.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"browser_action": {
"default_icon": "assets\/icon19.png",
"default_title": "NotifyMyAndroid",
"default_popup": "html\/popup.html"
},
"options_page": "fancy-settings\/index.html",
"background": {
"scripts": [
"fancy-settings\/lib\/store.js",
"js\/background.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |