Kijiji History

Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.

O que é Kijiji History?

Kijiji History é uma extensão do Chrome desenvolvida por scd31dev, e sua principal característica é "Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Kijiji History

Baixe arquivos de extensão Kijiji History 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

                        This extension is designed to provide more information to the Kijiji buyer so that they are able to make a more informed decision about what they're buying. For instance, if an ad has had its price reduced many times, the seller may be more receptive to bargaining than if the price had never been changed.                    

Informações Básicas da Extensão

Nome Kijiji History Kijiji History
ID knedljbdllojmfcmeafhcknbnkkjicmj
URL Oficial https://chromewebstore.google.com/detail/kijiji-history/knedljbdllojmfcmeafhcknbnkkjicmj
Descrição Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.
Tamanho do Arquivo 71.88 KB
Contagem de Instalações 169
Versão Atual 1.0.2
Última Atualização 2020-06-18
Data de Publicação 2020-06-17
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor scd31dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.victr.ca
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kijiji History",
    "version": "1.0.2",
    "description": "Shows the history of Kijiji ads, allowing you to see price changes, description changes, and times when the ad was reposted.",
    "homepage_url": "https:\/\/www.victr.ca",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Ad info",
        "default_popup": "popup\/ad_info.html"
    },
    "permissions": [
        "tabs"
    ]
}