Jetpuzzle
Find the cheapest tickets for your next flight
O que é Jetpuzzle?
Jetpuzzle é uma extensão do Chrome desenvolvida por https://jetpuzzle.net, e sua principal característica é "Find the cheapest tickets for your next flight".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Jetpuzzle
Baixe arquivos de extensão Jetpuzzle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Jetpuzzle will find the cheapest tickets for your next flight
Informações Básicas da Extensão
Nome | |
ID | npfembjlphenkaefgeokfciglehfffmj |
URL Oficial | https://chromewebstore.google.com/detail/jetpuzzle/npfembjlphenkaefgeokfciglehfffmj |
Descrição | Find the cheapest tickets for your next flight |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 1,336 |
Versão Atual | 0.2.11 |
Última Atualização | 2018-03-14 |
Data de Publicação | 2018-03-14 |
Classificação | 3.55/5 Total de 20 Avaliações |
Desenvolvedor | https://jetpuzzle.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://jetpuzzle.net |
Idiomas Suportados | 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" ] } |