Quick Launcher
Smart links organizer. Create collection of related links or add urls of different environments(uat, prod) of various deployed apps
Quick Launcher क्या है?
Quick Launcher https://ankitverma.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smart links organizer. Create collection of related links or add urls of different environments(uat, prod) of various deployed apps"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Quick Launcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A chrome extension to create a collection of various related useful links. You can also add various apps deployed in different environments like uat, staging, production for quick access. Quick launcher also has a "Most Visited Sites" tab to quickly access sites that matter to you the most. Stop wasting your time by searching for links/sites, with this smart quick launcher you can organize your various related links under a collection which you can access whenever you need it. Functionalities: ★ Add collections( you can add items in various collections ) ★ Access apps deployed to uat, staging, production ( you can add JSON config of apps ) ★ Access to most visited sites ★ Set default tabs under settings Supported JSON Config to add deployed apps:(Supports up-to 3 environments per site) { "ProjectA":{ "uat": "https://uat-projectA.com", "staging": "https://staging-projectA.com", "prod":"https://projectA.com" }, "ProjectB":{ "uat": "https://uat-ProjectB.com", "staging": "https://staging-ProjectB.com", "prod":"https://ProjectB.com" }, .... .... }
एक्सटेंशन की मूल जानकारी
नाम | Quick Launcher |
ID | ejfnjjfimjllfmeohacobipgepnilapm |
आधिकारिक URL | https://chromewebstore.google.com/detail/quick-launcher/ejfnjjfimjllfmeohacobipgepnilapm |
विवरण | Smart links organizer. Create collection of related links or add urls of different environments(uat, prod) of various deployed apps |
फ़ाइल का आकार | 214 KB |
स्थापना संख्या | 218 |
वर्तमान संस्करण | 1.4.16 |
अंतिम अपडेट | 2022-05-23 |
प्रकाशन तिथि | 2019-10-05 |
रेटिंग | 4.56/5 कुल 9 रेटिंग्स |
डेवलपर | https://ankitverma.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ankitverma.me/quick-launcher |
सहायता पृष्ठ URL | https://ankitverma.me/quick-launcher#contact-us |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Launcher", "description": "Smart links organizer. Create collection of related links or add urls of different environments(uat, prod) of various deployed apps", "version": "1.4.16", "icons": { "16": "static\/img\/icon_16x16.png", "48": "static\/img\/icon_48x48.png", "128": "static\/img\/icon_128x128.png" }, "browser_action": { "default_icon": { "19": "static\/img\/icon_19x19.png", "38": "static\/img\/icon_38x38.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "lib\/jquery.min.js", "lib\/lodash.min.js", "static\/js\/common.js", "static\/js\/background.js", "static\/js\/collections.js", "static\/js\/most-visited.js", "static\/js\/settings.js", "static\/js\/analytics.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "topSites", "contextMenus" ] } |