Send Me App!

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

Co to jest Send Me App!?

Send Me App! to rozszerzenie Chrome opracowane przez https://sendmeapp.link, a jego główną funkcją jest „This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Send Me App!

Pobierz pliki rozszerzeń Send Me App! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Send Me App! Send Me App!
ID igopfenmhifeddkgccbncdakpabcfojc
Oficjalny URL https://chromewebstore.google.com/detail/send-me-app/igopfenmhifeddkgccbncdakpabcfojc
Opis This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.
Rozmiar pliku 447 KB
Liczba instalacji 24
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2017-06-16
Data Publikacji 2017-06-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://sendmeapp.link
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://sendmeapp.link/?from=store
Adres URL Strony Pomocy http://sendmeapp.link/?feedback
Obsługiwane Języki 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"
    ]
}