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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Send Me App! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will help quickly send dowload link for apps from Google Play and App Store directly to your mobile phone.
एक्सटेंशन की मूल जानकारी
नाम | |
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", " |