Canaltech Ofertas

Ferramenta on-line que oferece automaticamente ofertas relevantes de acordo com suas pesquisas em tempo real.

Что такое Canaltech Ofertas?

Canaltech Ofertas - это расширение Chrome, разработанное https://canaltech.com.br, и его основная функция - "Ferramenta on-line que oferece automaticamente ofertas relevantes de acordo com suas pesquisas em tempo real.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Canaltech Ofertas

Скачайте файлы расширений Canaltech Ofertas в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A extensão do Canaltech Ofertas busca automaticamente os melhores preços da internet para os produtos que você estiver interessado e, dessa forma, você saberá que está fazendo uma boa compra. Confira a variação de preços dos produtos e a lista de lojas que estão vendendo o mesmo item.                    

Основная информация о расширении

Название Canaltech Ofertas Canaltech Ofertas
ID edklonenjnlbcknfcpfbijekndchfkmd
Официальный URL https://chromewebstore.google.com/detail/canaltech-ofertas/edklonenjnlbcknfcpfbijekndchfkmd
Описание Ferramenta on-line que oferece automaticamente ofertas relevantes de acordo com suas pesquisas em tempo real.
Размер файла 93.55 KB
Количество установок 3,933
Текущая Версия 0.5
Последнее Обновление 2020-08-04
Дата публикации 2020-07-05
Рейтинг 4.11/5 Всего 19 оценок
Разработчик https://canaltech.com.br
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://ofertas.canaltech.com.br/
URL страницы помощи https://canaltech.com.br/privacidade/
URL страницы политики конфиденциальности https://canaltech.com.br/privacidade
Поддерживаемые языки pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canaltech Ofertas",
    "short_name": "Canaltech Ofertas",
    "version": "0.5",
    "description": "Ferramenta on-line que oferece automaticamente ofertas relevantes de acordo com suas pesquisas em tempo real.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "background"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.canaltechofertas.com.br\/*",
            "*:\/\/*.canaltech.com.br\/*",
            "*:\/\/*.canalte.ch\/*"
        ]
    },
    "background": {
        "scripts": [
            "jquery.js",
            "global.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "global.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}