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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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:\/\/*\/*" ] } ] } |