Send Me App!
This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.
What is Send Me App!?
Send Me App! is a Chrome extension developed by https://sendmeapp.link, and its main feature is "This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.".
Extension Screenshots
Download Send Me App! Extension CRX File
Download Send Me App! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.
Extension Basic Information
Name | |
ID | igopfenmhifeddkgccbncdakpabcfojc |
Official URL | https://chromewebstore.google.com/detail/send-me-app/igopfenmhifeddkgccbncdakpabcfojc |
Description | This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone. |
File Size | 447 KB |
Installation Count | 24 |
Current Version | 2.0 |
Last Updated | 2017-06-16 |
Publish Date | 2017-06-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://sendmeapp.link |
[email protected] | |
Payment Type | free |
Extension Website | http://sendmeapp.link/?from=store |
Help Page URL | http://sendmeapp.link/?feedback |
Supported Languages | 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", " |