Speed Downloader
Tolls & Fines Downloader for Speed Car Rental System (CRS)
Speed Downloaderคืออะไร?
Speed Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://speedautosystems.com และคุณลักษณะหลักของมันคือ "Tolls & Fines Downloader for Speed Car Rental System (CRS)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speed Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Speed Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Speed Downloader Chrome Extension is for Speed Car Rental System (CRS) users. It will help you to download Dubai Salik Tolls, Dubai Police Traffic Fines and Abu Dhabi Police Traffic Fines from their websites, so that you can charge these from your customers. If you are not subscribed to Speed Car Rental System (CRS), please visit https://www.speedautosystems.com/car-rental-software. After sign-up you can install this extension to download Dubai Salik Tolls, Dubai Police Traffic Fines and Abu Dhabi Police Traffic Fines. If you have any query, please email us on [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Speed Downloader |
ID | nhhdkapljemlnpbdhjnbmacblgbnkebe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/speed-downloader/nhhdkapljemlnpbdhjnbmacblgbnkebe |
คำอธิบาย | Tolls & Fines Downloader for Speed Car Rental System (CRS) |
ขนาดไฟล์ | 849 KB |
จำนวนการติดตั้ง | 4,013 |
เวอร์ชันปัจจุบัน | 1.2.0.34 |
อัปเดตครั้งล่าสุด | 2023-12-28 |
วันที่เผยแพร่ | 2020-08-04 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://speedautosystems.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.speedautosystems.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.speedautosystems.com/speed-application-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speed Downloader", "version": "1.2.0.34", "description": "Tolls & Fines Downloader for Speed Car Rental System (CRS)", "manifest_version": 2, "icons": { "16": "assets\/logo\/Speed16.png", "48": "assets\/logo\/Speed48.png", "128": "assets\/logo\/Speed128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end", "css": [ "myStyles.css" ], "js": [ "jquery-3.4.0.min.js", "moment.min.js", "common\/utility.js", "scripts\/cryptojs.min.js" ] } ], "content_security_policy": "script-src https:\/\/app.speedautosystems.com 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "16": "assets\/logo\/Speed16.png", "24": "assets\/logo\/Speed48.png", "32": "assets\/logo\/Speed128.png" }, "default_title": "Speed Extension", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "https:\/\/*.speedautosystems.com\/*", "https:\/\/traffic.rta.ae\/trfesrv\/public_resources\/revamp\/ffu\/public-fines-payment.do*", "https:\/\/ums.rta.ae\/violations\/public-fines\/*", "https:\/\/comgw.rta.ae\/comgw\/cvs\/api\/*", "https:\/\/login.rta.ae\/oam\/server\/obrareq.cgi*", "https:\/\/customers.salik.ae\/en\/account\/*", "https:\/\/id.salik.gov.ae\/core\/web\/login*", "https:\/\/www.salik.gov.ae\/en", "https:\/\/www.salik.rta.ae\/*", "https:\/\/www.salik.ae\/*", "https:\/\/www.rta.ae\/wps\/portal\/rta\/ae\/home", "https:\/\/es.adpolice.gov.ae\/TrafficServices\/FinesPublic\/Inquiry.aspx?Culture=en", "https:\/\/es.adpolice.gov.ae\/TrafficServices\/FinesPublic\/InquiryResult.aspx?*", "https:\/\/es.adpolice.gov.ae\/TrafficServices\/FinesPublic\/TicketDetailWindow.aspx?*&Culture=en", "https:\/\/es.adpolice.gov.ae\/TrafficServices\/FinesPublic\/TicketDetailWindow.aspx?*&Culture=ar", "https:\/\/portal.moi.gov.qa\/wps\/portal\/MOIInternet\/services\/inquiries\/trafficservices\/trafficviolations", "https:\/\/www.salik.gov.ae\/SalikAuth\/clearsession", "https:\/\/darb.itc.gov.ae\/RucWeb\/login", "https:\/\/darb.itc.gov.ae\/RucWeb\/establishment-dashboard", "https:\/\/darb.itc.gov.ae\/RucWeb\/establishment-transactions", "https:\/\/darb.itc.gov.ae\/RucWeb\/establishment-vehicles", "https:\/\/darb.itc.gov.ae\/RucWeb\/establishment-fines", "https:\/\/evg.ae\/_layouts\/evg\/finepayment0.aspx?language=en*", "https:\/\/evg.ae\/_layouts\/EVG\/gettickets.aspx*", "https:\/\/smart.adnocdistribution.ae\/*", "https:\/\/vipselect.enoc.ae\/*", "https:\/\/www.rop.gov.om\/OnlineServices\/*", "https:\/\/www.tamm.abudhabi\/*", "https:\/\/ids.uaepass.ae\/*" ], "optional_permissions": [], "externally_connectable": { "matches": [] } } |