Chiplot : Electronic Components
Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
Wat is Chiplot : Electronic Components?
Chiplot : Electronic Components is een Chrome-extensie ontwikkeld door https://chiplot.com, en de belangrijkste functie is "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chiplot : Electronic Components
Download Chiplot : Electronic Components-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | bdklgjfoadgllijcmfdkkedjhbiabcom |
| Officiële URL | https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom |
| Beschrijving | Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly. |
| Bestandsgrootte | 124 KB |
| Aantal Installaties | 36 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2021-08-14 |
| Publicatiedatum | 2020-12-20 |
| Ontwikkelaar | https://chiplot.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://chiplot.com/ |
| Help Pagina-URL | https://chiplot.com/ |
| URL van de Privacybeleid Pagina | https://chiplot.com/Chiplot-privacy-policy.aspx |
| Ondersteunde Talen | 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"
]
} | |