Send Me App!

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

Was ist Send Me App!?

Send Me App! ist eine Chrome-Erweiterung, die von https://sendmeapp.link entwickelt wurde, und ihr Hauptmerkmal ist "This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.".

Erweiterungsscreenshots

screenshot

Send Me App!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Send Me App!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Send Me App! Send Me App!
ID igopfenmhifeddkgccbncdakpabcfojc
Offizielle URL https://chromewebstore.google.com/detail/send-me-app/igopfenmhifeddkgccbncdakpabcfojc
Beschreibung This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.
Dateigröße 447 KB
Installationsanzahl 24
Aktuelle Version 2.0
Letztes Update 2017-06-16
Veröffentlichungsdatum 2017-06-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://sendmeapp.link
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://sendmeapp.link/?from=store
Hilfeseite URL http://sendmeapp.link/?feedback
Unterstützte Sprachen 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"
    ]
}