Send Me App!

This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.

Qu'est-ce que Send Me App! ?

Send Me App! est une extension Chrome développée par https://sendmeapp.link, et sa fonction principale est "This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Send Me App!

Téléchargez les fichiers d'extension Send Me App! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.                    

Informations de Base sur l'Extension

Nom Send Me App! Send Me App!
ID igopfenmhifeddkgccbncdakpabcfojc
URL Officiel https://chromewebstore.google.com/detail/send-me-app/igopfenmhifeddkgccbncdakpabcfojc
Description This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.
Taille du Fichier 447 KB
Nombre d'Installations 24
Version Actuelle 2.0
Dernière Mise à Jour 2017-06-16
Date de Publication 2017-06-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://sendmeapp.link
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://sendmeapp.link/?from=store
URL de la Page d'Aide http://sendmeapp.link/?feedback
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_description__",
    "version": "2.0",
    "icons": {
        "16": ".\/img\/logo\/logo-active-16.png",
        "48": ".\/img\/logo\/logo-active-48.png",
        "128": ".\/img\/logo\/logo-active-128.png"
    },
    "homepage_url": "https:\/\/sendmeapp.link\/",
    "browser_action": {
        "default_title": "__MSG_name__"
    },
    "background": {
        "scripts": [
            ".\/scripts\/jquery.js",
            "background.js"
        ]
    },
    "default_locale": "en",
    "options_ui": {
        "page": ".\/welcome-page\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                ".\/styles\/card.css",
                ".\/styles\/panel.css"
            ],
            "js": [
                ".\/scripts\/jquery.js",
                ".\/scripts\/content_script.js",
                ".\/scripts\/mask.js",
                ".\/scripts\/panel.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "alarms",
        "activeTab",
        "tabs",
        "*:\/\/*\/*",
        "notifications",
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/*.*",
        "welcome-page\/index.html",
        "fonts\/*.ttf"
    ]
}