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! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sendmeapp.link และคุณลักษณะหลักของมันคือ "This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send Me App!

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}