Jetpuzzle
Find the cheapest tickets for your next flight
Vad är Jetpuzzle?
Jetpuzzle är en Chrome-tillägg utvecklad av https://jetpuzzle.net, och dess huvudfunktion är "Find the cheapest tickets for your next flight".
Tilläggsskärmbilder
Ladda ner Jetpuzzle-förlängningens CRX-fil
Ladda ner Jetpuzzle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Jetpuzzle will find the cheapest tickets for your next flight
Grundläggande Information om Tillägg
Namn | |
ID | npfembjlphenkaefgeokfciglehfffmj |
Officiell webbadress | https://chromewebstore.google.com/detail/jetpuzzle/npfembjlphenkaefgeokfciglehfffmj |
Beskrivning | Find the cheapest tickets for your next flight |
Filstorlek | 101 KB |
Antal Installationer | 1,336 |
Aktuell Version | 0.2.11 |
Senast Uppdaterad | 2018-03-14 |
Publiceringsdatum | 2018-03-14 |
Betyg | 3.55/5 Totalt 20 Betyg |
Utvecklare | https://jetpuzzle.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://jetpuzzle.net |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jetpuzzle", "version": "0.2.11", "description": "Find the cheapest tickets for your next flight", "author": "svetlikov", "icons": { "16": "jp.png", "48": "jp.png", "128": "jp.png" }, "browser_action": { "default_icon": "jp.png", "default_title": "Jetpuzzle" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/www.google.com\/*", "*:\/\/*.aviasales.ru\/*" ], "manifest_version": 2, "web_accessible_resources": [ "flightsfucker.js", "awesomplete.min.js", "style.css", "sky.jpg" ] } |