QPush - Push Text and Links to iPhone
The easiest way to push text and links to iPhone! Copy, send SMS, open links and maps right away! No need to email yourself anymore.
QPush - Push Text and Links to iPhone란 무엇입니까?
QPush - Push Text and Links to iPhone은(는) https://qpush.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to push text and links to iPhone! Copy, send SMS, open links and maps right away! No need to email yourself anymore."입니다.
확장 프로그램 스크린샷
QPush - Push Text and Links to iPhone 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Website: http://qpush.me/en/ iPhone App (Free): http://goo.gl/MNuDZb ◉ EASY TO PUSH - Long Text Messages (10k characters) - Links - App Store Links - Notes - Shopping List Items - Addresses - Phone Numbers ◉ VARIOUS ACTIONS (APP) - Copy - Open Links - Open App Store Links - Open Maps - Send SMS - Phone Calls ★ APP STORE FIVE STAR REVIEWS ******************************** Better, faster, easier than any other app – sgrrs Very easy to use! Beautiful UI and helpful! – Vie C Love this app – Chun Ling Exactly what I have been looking for – Meowoooooo Best app ever of this kind – Csany ******************************** ✔ SUPER FAST From PC to iPhone, in just a second! Receive the push notification immediately. ✔ SUPER SMART QPush iPhone app automatically detects the type of data received and provides the appropriate default actions. It's even smarter if the "Auto Actions" mode is ON. ✔ SUPER SIMPLE - iPhone: Download QPush iPhone app. - PC: Install Chrome extension. Push with 1 click! Any feedback and suggestions are appreciated. Please contact us at: [email protected] Happy Push! The QPush Team ≈ QPush is made with ♥ in Taiwan ≈ Terms of Service:http://qpush.me/site/tos/ Privacy Policy:http://qpush.me/site/pp/
확장 프로그램 기본 정보
이름 | QPush - Push Text and Links to iPhone |
ID | eccidpbmllnjfhhnjhaaopeeldnlokbi |
공식 URL | https://chromewebstore.google.com/detail/qpush-push-text-and-links/eccidpbmllnjfhhnjhaaopeeldnlokbi |
설명 | The easiest way to push text and links to iPhone! Copy, send SMS, open links and maps right away! No need to email yourself anymore. |
파일 크기 | 190 KB |
설치 횟수 | 27,920 |
현재 버전 | 1.4 |
최근 업데이트 | 2019-05-23 |
출시 날짜 | 2019-05-22 |
평점 | 4.49/5 총 183 개의 평점 |
개발자 | https://qpush.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://qpush.me |
개인정보 보호 정책 페이지 URL | http://qpush.me/site/pp |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_qpush_name__", "short_name": "QPush", "version": "1.4", "default_locale": "en", "description": "__MSG_qpush_desc__", "permissions": [ "http:\/\/qpush.me\/", "https:\/\/qpush.me\/", "tabs", "activeTab", "contextMenus", "storage" ], "web_accessible_resources": [ "\/images\/icon_success.png", "\/images\/ajax-loader.gif" ], "browser_action": { "default_icon": { "16": "images\/icon_16.png", "19": "images\/icon_19.png", "38": "images\/icon_38.png", "48": "images\/icon_48.png" }, "default_title": "QPush", "default_popup": "popup.html" }, "icons": { "16": "images\/icon_16.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/jquery-1.11.0.min.js", "js\/underscore-min.js", "js\/backbone-min.js", "js\/controller.js", "js\/ga.js", "js\/contextMenu.js" ] } } |