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은(는) https://notifymyandroid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends a link to the currently visited page as a push notification to your Android device."입니다.
확장 프로그램 스크린샷
Notify My Android 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | Notify My Android |
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:\/\/*\/" ] } |