Chiplot : Electronic Components
Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
What is Chiplot : Electronic Components?
Chiplot : Electronic Components is a Chrome extension developed by https://chiplot.com, and its main feature is "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.".
Extension Screenshots
Download Chiplot : Electronic Components Extension CRX File
Download Chiplot : Electronic Components extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Chiplot : Electronic Components |
ID | bdklgjfoadgllijcmfdkkedjhbiabcom |
Official URL | https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom |
Description | Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly. |
File Size | 124 KB |
Installation Count | 36 |
Current Version | 1.0.1 |
Last Updated | 2021-08-14 |
Publish Date | 2020-12-20 |
Developer | https://chiplot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://chiplot.com/ |
Help Page URL | https://chiplot.com/ |
Privacy Policy Page URL | https://chiplot.com/Chiplot-privacy-policy.aspx |
Supported Languages | 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" ] } |