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
官方網址 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"
    ]
}