Chiplot : Electronic Components
Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.
Τι είναι το Chiplot : Electronic Components;
Το Chiplot : Electronic Components είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chiplot.com, και η κύρια λειτουργία του είναι "Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chiplot : Electronic Components
Λήψη αρχείων επέκτασης Chiplot : Electronic Components σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | bdklgjfoadgllijcmfdkkedjhbiabcom |
| Επίσημο URL | https://chromewebstore.google.com/detail/chiplot-electronic-compon/bdklgjfoadgllijcmfdkkedjhbiabcom |
| Περιγραφή | Chiplot is a search engine for electronic parts for those who want to find and compare prices for electronic components quickly. |
| Μέγεθος Αρχείου | 124 KB |
| Αριθμός Εγκαταστάσεων | 36 |
| Τρέχουσα Έκδοση | 1.0.1 |
| Τελευταία Ενημέρωση | 2021-08-14 |
| Ημερομηνία Δημοσίευσης | 2020-12-20 |
| Προγραμματιστής | https://chiplot.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://chiplot.com/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://chiplot.com/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://chiplot.com/Chiplot-privacy-policy.aspx |
| Υποστηριζόμενες Γλώσσες | 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"
]
} | |