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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
| عنوان صفحة المساعدة | https://chiplot.com/ |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |