Freights Assistant EU
The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation.
Freights Assistant EUคืออะไร?
Freights Assistant EU เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patryk Skłodowski และคุณลักษณะหลักของมันคือ "The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freights Assistant EU
ดาวน์โหลดไฟล์ส่วนขยาย Freights Assistant EU ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension was created for quick and convenient work with two freight and transport exchanges that operate in Germany (timo) and the Baltic countries (cargo). *v.0.18 - fixed minor bugs **v.0.1.0 - fixed bugs in case of a large number of offers. ***v.0.2.2 improved performance *v.0.2.4. - fixed minor bugs *v0.2.8 - fixed bugs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Freights Assistant EU |
ID | fhhflboiocbjekadnaecbedifobmhcca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/freights-assistant-eu/fhhflboiocbjekadnaecbedifobmhcca |
คำอธิบาย | The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation. |
ขนาดไฟล์ | 130 KB |
จำนวนการติดตั้ง | 454 |
เวอร์ชันปัจจุบัน | 0.2.8 |
อัปเดตครั้งล่าสุด | 2023-05-05 |
วันที่เผยแพร่ | 2021-09-07 |
ผู้พัฒนา | Patryk Skłodowski |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.freightassistant.one/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freightassistant.one?page_id=86 |
ภาษาที่รองรับ | en,es,hu,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freights Assistant EU", "short_name": "Freights Assistant EU", "default_locale": "en", "permissions": [ "alarms", "storage", "tabs", "cookies", "https:\/\/my.timocom.com\/*", "https:\/\/shark-app-284a5.ondigitalocean.app\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/my.timocom.com\/*" ], "js": [ "js\/notification.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "Freights Assistant EU", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" } }, "version": "0.2.8", "description": "The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation.", "content_security_policy": "script-src 'self' ; object-src 'self'" } |