Chiplot : Electronic Components
Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
Co to jest Chiplot : Electronic Components?
Chiplot : Electronic Components to rozszerzenie Chrome opracowane przez https://chiplot.com, a jego główną funkcją jest „Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chiplot : Electronic Components
Pobierz pliki rozszerzeń Chiplot : Electronic Components w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bdklgjfoadgllijcmfdkkedjhbiabcom |
| Oficjalny URL | https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom |
| Opis | Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly. |
| Rozmiar pliku | 124 KB |
| Liczba instalacji | 36 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2021-08-14 |
| Data Publikacji | 2020-12-20 |
| Deweloper | https://chiplot.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://chiplot.com/ |
| Adres URL Strony Pomocy | https://chiplot.com/ |
| Adres URL Strony Polityki Prywatności | https://chiplot.com/Chiplot-privacy-policy.aspx |
| Obsługiwane Języki | 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"
]
} | |