Chiplot : Electronic Components
Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
O que é Chiplot : Electronic Components?
Chiplot : Electronic Components é uma extensão do Chrome desenvolvida por https://chiplot.com, e sua principal característica é "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chiplot : Electronic Components
Baixe arquivos de extensão Chiplot : Electronic Components no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Chiplot is a search engine for information in the field of electronics. Find information in the field of electronics components from a large number of electronics sites around the world. Our tools are free to use and include: Search engine : Search and find web pages, pictures and documents related to electronics and electronic components. Request for quotations : Tools that allow you to request a quote from dozens of suppliers around the world with the click of a button. Compare prices : A tool for comparing the prices of electronic components and electronic equipment.
Informações Básicas da Extensão
Nome | Chiplot : Electronic Components |
ID | bdklgjfoadgllijcmfdkkedjhbiabcom |
URL Oficial | https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom |
Descrição | Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly. |
Tamanho do Arquivo | 124 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-08-14 |
Data de Publicação | 2020-12-20 |
Desenvolvedor | https://chiplot.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://chiplot.com/ |
URL da Página de Ajuda | https://chiplot.com/ |
URL da Página de Política de Privacidade | https://chiplot.com/Chiplot-privacy-policy.aspx |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chiplot : Electronic Components", "description": "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "activeTab" ] } |