AleMonitor.pl
Rozszerzenie możliwości Allegro
AleMonitor.plคืออะไร?
AleMonitor.pl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.alemonitor.pl และคุณลักษณะหลักของมันคือ "Rozszerzenie możliwości Allegro"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AleMonitor.pl
ดาวน์โหลดไฟล์ส่วนขยาย AleMonitor.pl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AleMonitor.pl - monitoring cen, konkurencji i trafności na Allegro
Bądź zawsze na bieżąco z konkurencją!
Dodatek do przeglądarki wprowadza nowe funkcjonalności do panelu Allegro ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hiopbommoilekgooenfojlkomlfgmedh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/alemonitorpl/hiopbommoilekgooenfojlkomlfgmedh |
| คำอธิบาย | Rozszerzenie możliwości Allegro |
| ขนาดไฟล์ | 308 KB |
| จำนวนการติดตั้ง | 379 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2024-03-06 |
| วันที่เผยแพร่ | 2023-07-04 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://www.alemonitor.pl |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| เว็บไซต์ส่วนขยาย | https://www.alemonitor.pl/ |
| URL หน้าช่วยเหลือ | https://www.alemonitor.pl/site/help/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.snajper.net/help.php?id=gwarancja-poufnosci |
| ภาษาที่รองรับ | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AleMonitor.pl",
"version": "1.1.0",
"manifest_version": 3,
"description": "Rozszerzenie mo\u017cliwo\u015bci Allegro",
"content_scripts": [
{
"matches": [
"https:\/\/allegro.pl\/*",
"https:\/\/www.alemonitor.pl\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"tabs",
"storage",
"webRequest",
"alarms",
"cookies"
],
"background": {
"service_worker": "background.js"
},
"author": "www.alemonitor.pl",
"host_permissions": [
"*:\/\/*.alemonitor.pl\/*",
"*:\/\/*.allegro.pl\/*",
"*:\/\/allegro.pl\/*"
],
"options_ui": {
"page": "options.html"
},
"action": {
"default_popup": "popup.html"
},
"options_page": "options.html",
"icons": {
"16": "alemonitor.png",
"48": "alemonitor.png",
"128": "alemonitor.png"
}
} | |