Chiplot : Electronic Components
Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
Vad är Chiplot : Electronic Components?
Chiplot : Electronic Components är en Chrome-tillägg utvecklad av https://chiplot.com, och dess huvudfunktion är "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.".
Tilläggsskärmbilder
Ladda ner Chiplot : Electronic Components-förlängningens CRX-fil
Ladda ner Chiplot : Electronic Components-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | bdklgjfoadgllijcmfdkkedjhbiabcom |
| Officiell webbadress | https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom |
| Beskrivning | Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly. |
| Filstorlek | 124 KB |
| Antal Installationer | 36 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2021-08-14 |
| Publiceringsdatum | 2020-12-20 |
| Utvecklare | https://chiplot.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://chiplot.com/ |
| Hjälpsida URL | https://chiplot.com/ |
| URL till Sekretesspolicy Sidan | https://chiplot.com/Chiplot-privacy-policy.aspx |
| Stödda Språk | 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"
]
} | |