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
电子邮箱 [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"
    ]
}