Canaltech Ofertas
Ferramenta on-line que oferece automaticamente ofertas relevantes de acordo com suas pesquisas em tempo real.
Canaltech Ofertasとは何ですか?
Canaltech Ofertasはhttps://canaltech.com.brによって開発されたChromeの拡張機能で、その主な機能は「Ferramenta on-line que oferece automaticamente ofertas relevantes de acordo com suas pesquisas em tempo real.」です。
拡張機能のスクリーンショット
Canaltech Ofertas拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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:\/\/*\/*" ] } ] } |