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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}