QR SHARE
The user helper program to load a website directly from browser to mobile using QR Code
QR SHARE क्या है?
QR SHARE https://aiesys.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The user helper program to load a website directly from browser to mobile using QR Code"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QR SHARE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
QR Share is a programme which can be used to share the url of the website with the mobile device using QR Code. You can just use any QR Code scanner to get the link. We use google API to generate QR Code. Get your website on your mobile device in the fastest way possible.
एक्सटेंशन की मूल जानकारी
नाम | QR SHARE |
ID | djkhkcefpahcaaedbaknfbcflpkkhcnj |
आधिकारिक URL | https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj |
विवरण | The user helper program to load a website directly from browser to mobile using QR Code |
फ़ाइल का आकार | 39.91 KB |
स्थापना संख्या | 103 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-07-01 |
प्रकाशन तिथि | 2017-07-01 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://aiesys.blogspot.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR SHARE", "description": "The user helper program to load a website directly from browser to mobile using QR Code", "version": "1.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |