TeleApp: push App Store links to your iPhone

TeleApp adds a handy 'Push to iPhone' button on any iOS App Store link, so you can push the app directly to your iPhone.

Τι είναι το TeleApp: push App Store links to your iPhone;

Το TeleApp: push App Store links to your iPhone είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://teleapp.me, και η κύρια λειτουργία του είναι "TeleApp adds a handy 'Push to iPhone' button on any iOS App Store link, so you can push the app directly to your iPhone.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TeleApp: push App Store links to your iPhone

Λήψη αρχείων επέκτασης TeleApp: push App Store links to your iPhone σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Do you have an iOS device (iPhone, iPad, iPod touch)? Do you think that manually having to search apps through the App Store is a pain, when you could just push them from your computer?

Good news, Teleapp now solves that problem for you!

Install this extension, and our free iOS app, and you'll be able to push apps from Chrome to your iOS device in seconds!

This extension detects any link pointing to the app store on the page you are reading and adds a handy 'Push to iPhone' button on them. Click it and you'll receive a push notification on your device instantly. The notification will send you directly to the App Store on the app page, so you can download it immediatly.

Whenever a page contains an app store link, the Teleapp logo will be visible on the right of the omnibox. Click it and you'll see a list of the apps linked from the page, so you can push them directly to your iPhone or iPad.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TeleApp: push App Store links to your iPhone TeleApp: push App Store links to your iPhone
ID bdodanfnechhfccidchokdnhdilbamga
Επίσημο URL https://chrome.google.com/webstore/detail/teleapp-push-app-store-li/bdodanfnechhfccidchokdnhdilbamga
Περιγραφή TeleApp adds a handy 'Push to iPhone' button on any iOS App Store link, so you can push the app directly to your iPhone.
Μέγεθος Αρχείου 99.29 KB
Αριθμός Εγκαταστάσεων 995
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2013-12-13
Ημερομηνία Δημοσίευσης 2013-12-13
Αξιολόγηση 3.96/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής http://teleapp.me
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://teleapp.me
Διεύθυνση URL της Σελίδας Βοήθειας http://teleapp.me/feedback.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeleApp: push App Store links to your iPhone",
    "short_name": "TeleApp",
    "description": "TeleApp adds a handy 'Push to iPhone' button on any iOS App Store link, so you can push the app directly to your iPhone.",
    "version": "1.6",
    "background": {
        "scripts": [
            "background\/ganalytics.js",
            "shared\/parser.js",
            "background\/pushservice.js",
            "background\/background.js"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "page_action": {
        "default_icon": "icon-76.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Show TeleApp options for this page"
    },
    "permissions": [
        "http:\/\/teleapp.herokuapp.com\/",
        "http:\/\/localhost\/",
        "https:\/\/itunes.apple.com\/",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content\/bootstrap.css"
            ],
            "js": [
                "content\/jquery-2.0.3.js",
                "content\/bootstrap.js",
                "shared\/parser.js",
                "content\/content.js"
            ]
        }
    ]
}