Preço Ideal
Histórico de Preço de Produtos
What is Preço Ideal?
Preço Ideal is a Chrome extension developed by Preço Ideal, and its main feature is "Histórico de Preço de Produtos".
Extension Screenshots
Download Preço Ideal Extension CRX File
Download Preço Ideal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extensão para acompanhar o histórico de preços dos produtos. Lojas Suportadas: - PCDiga - Globaldata
Extension Basic Information
Name | Preço Ideal |
ID | miogjpajmfcigokkicimohdbbfafbaje |
Official URL | https://chromewebstore.google.com/detail/pre%C3%A7o-ideal/miogjpajmfcigokkicimohdbbfafbaje |
Description | Histórico de Preço de Produtos |
File Size | 10.28 KB |
Installation Count | 34 |
Current Version | 1.0.11 |
Last Updated | 2021-06-12 |
Publish Date | 2021-04-21 |
Rating | 2.50/5 Total 2 Ratings |
Developer | Preço Ideal |
[email protected] | |
Payment Type | free |
Extension Website | https://precoideal.pt |
Help Page URL | https://precoideal.pt |
Supported Languages | pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pre\u00e7o Ideal", "version": "1.0.11", "browser_action": { "browser_style": true, "default_title": "Pre\u00e7o Ideal", "default_popup": "https:\/\/precoideal.pt\/", "default_icon": { "19": "icons\/pi.png", "38": "icons\/pi.png" } }, "description": "Hist\u00f3rico de Pre\u00e7o de Produtos", "icons": { "48": "icons\/pi.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.pcdiga.com\/*", "*:\/\/*.globaldata.pt\/*" ], "js": [ "core.js" ] } ] } |