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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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:\/\/*\/*" ] } ] } |