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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QPush - Push Text and Links to iPhone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
        ]
    }
}