Canaltech Ofertas

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

Canaltech Ofertas là gì?

Canaltech Ofertas là một tiện ích mở rộng Chrome được phát triển bởi https://canaltech.com.br, và tính năng chính của nó là "Ferramenta on-line que oferece automaticamente ofertas relevantes de acordo com suas pesquisas em tempo real.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Canaltech Ofertas

Tải xuống các tệp mở rộng Canaltech Ofertas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Canaltech Ofertas Canaltech Ofertas
ID edklonenjnlbcknfcpfbijekndchfkmd
URL Chính Thức https://chromewebstore.google.com/detail/canaltech-ofertas/edklonenjnlbcknfcpfbijekndchfkmd
Mô tả Ferramenta on-line que oferece automaticamente ofertas relevantes de acordo com suas pesquisas em tempo real.
Kích Thước Tệp 93.55 KB
Số Lần Cài Đặt 3,933
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2020-08-04
Ngày Phát Hành 2020-07-05
Đánh Giá 4.11/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://canaltech.com.br
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ofertas.canaltech.com.br/
URL Trang Trợ Giúp https://canaltech.com.br/privacidade/
URL Trang Chính Sách Bảo Mật https://canaltech.com.br/privacidade
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}