Chiplot : Electronic Components
Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
Was ist Chiplot : Electronic Components?
Chiplot : Electronic Components ist eine Chrome-Erweiterung, die von https://chiplot.com entwickelt wurde, und ihr Hauptmerkmal ist "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.".
Erweiterungsscreenshots
Chiplot : Electronic Components-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chiplot : Electronic Components-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bdklgjfoadgllijcmfdkkedjhbiabcom |
| Offizielle URL | https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom |
| Beschreibung | Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly. |
| Dateigröße | 124 KB |
| Installationsanzahl | 36 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2021-08-14 |
| Veröffentlichungsdatum | 2020-12-20 |
| Entwickler | https://chiplot.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://chiplot.com/ |
| Hilfeseite URL | https://chiplot.com/ |
| URL der Datenschutzrichtlinien-Seite | https://chiplot.com/Chiplot-privacy-policy.aspx |
| Unterstützte Sprachen | 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"
]
} | |