Chiplot : Electronic Components
Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
Cos'è Chiplot : Electronic Components?
Chiplot : Electronic Components è un'estensione di Chrome sviluppata da https://chiplot.com, e la sua funzione principale è "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chiplot : Electronic Components
Scarica i file di estensione Chiplot : Electronic Components in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bdklgjfoadgllijcmfdkkedjhbiabcom |
| URL Ufficiale | https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom |
| Descrizione | Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly. |
| Dimensione del File | 124 KB |
| Conteggio Installazioni | 36 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2021-08-14 |
| Data di Pubblicazione | 2020-12-20 |
| Sviluppatore | https://chiplot.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://chiplot.com/ |
| URL della Pagina di Aiuto | https://chiplot.com/ |
| URL della Pagina della Politica sulla Privacy | https://chiplot.com/Chiplot-privacy-policy.aspx |
| Lingue Supportate | 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"
]
} | |