Send Me App!

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

Send Me App!とは何ですか?

Send Me App!はhttps://sendmeapp.linkによって開発されたChromeの拡張機能で、その主な機能は「This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.」です。

拡張機能のスクリーンショット

screenshot

Send Me App!拡張機能のCRXファイルをダウンロード

Send Me App!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Send Me App! Send Me App!
ID igopfenmhifeddkgccbncdakpabcfojc
公式URL https://chromewebstore.google.com/detail/send-me-app/igopfenmhifeddkgccbncdakpabcfojc
説明 This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.
ファイルサイズ 447 KB
インストール数 24
現在のバージョン 2.0
最終更新日 2017-06-16
公開日 2017-06-16
評価 5.00/5 合計 1 レビュー
開発者 https://sendmeapp.link
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://sendmeapp.link/?from=store
ヘルプページのURL http://sendmeapp.link/?feedback
対応言語 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"
    ]
}