Notify My Android
Sends a link to the currently visited page as a push notification to your Android device.
Hvad er Notify My Android?
Notify My Android er en Chrome-udvidelse udviklet af https://notifymyandroid.com, og dens hovedfunktion er "Sends a link to the currently visited page as a push notification to your Android device.".
Udvidelsesskærmbilleder
Download Notify My Android-udvidelses-CRX-fil
Download Notify My Android-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mmgnghlgdajmnflfaebklmmlkkeehbbb |
| Officiel URL | https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb |
| Beskrivelse | Sends a link to the currently visited page as a push notification to your Android device. |
| Filstørrelse | 87.68 KB |
| Antal Installationer | 308 |
| Nuværende Version | 0.3 |
| Senest Opdateret | 2012-09-16 |
| Udgivelsesdato | 2012-09-15 |
| Bedømmelse | 3.60/5 Samlet 5 Bedømmelser |
| Udvikler | https://notifymyandroid.com |
| Betalingsmetode | free |
| Understøttede Sprog | 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:\/\/*\/"
]
} | |