Chiplot : Electronic Components
Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
Hvad er Chiplot : Electronic Components?
Chiplot : Electronic Components er en Chrome-udvidelse udviklet af https://chiplot.com, og dens hovedfunktion er "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.".
Udvidelsesskærmbilleder
Download Chiplot : Electronic Components-udvidelses-CRX-fil
Download Chiplot : Electronic Components-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bdklgjfoadgllijcmfdkkedjhbiabcom |
| Officiel URL | https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom |
| Beskrivelse | Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly. |
| Filstørrelse | 124 KB |
| Antal Installationer | 36 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2021-08-14 |
| Udgivelsesdato | 2020-12-20 |
| Udvikler | https://chiplot.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://chiplot.com/ |
| Hjælpeside-URL | https://chiplot.com/ |
| URL til Fortrolighedspolitik Side | https://chiplot.com/Chiplot-privacy-policy.aspx |
| Understøttede Sprog | 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"
]
} | |