Hidden Tickets
Find the cheapest tickets for your next flight
Hidden Tickets क्या है?
Hidden Tickets http://hiddentickets.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the cheapest tickets for your next flight"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hidden Tickets एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Find the cheapest tickets for your next flight. We use some magic. Just run the plugin and wait for amazing results.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cfkkhmokjhiiekijpnmlailhheohpdbo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hidden-tickets/cfkkhmokjhiiekijpnmlailhheohpdbo |
विवरण | Find the cheapest tickets for your next flight |
फ़ाइल का आकार | 148 KB |
स्थापना संख्या | 392 |
वर्तमान संस्करण | 0.1.29 |
अंतिम अपडेट | 2016-03-20 |
प्रकाशन तिथि | 2016-03-20 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | http://hiddentickets.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://hiddentickets.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hidden Tickets", "version": "0.1.29", "description": "Find the cheapest tickets for your next flight", "author": "svetlikov", "icons": { "16": "hiddentickets.png", "48": "hiddentickets.png", "128": "hiddentickets.png" }, "browser_action": { "default_icon": "hiddentickets.png", "default_title": "Hidden Tickets" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/www.google.de\/*" ], "manifest_version": 2, "web_accessible_resources": [ "flightsfucker.js", "awesomplete.min.js", "style.css", "sky.jpg" ] } |