Freights Assistant EU
The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation.
Freights Assistant EU là gì?
Freights Assistant EU là một tiện ích mở rộng Chrome được phát triển bởi Patryk Skłodowski, và tính năng chính của nó là "The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Freights Assistant EU
Tải xuống các tệp mở rộng Freights Assistant EU dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Freights Assistant EU |
ID | fhhflboiocbjekadnaecbedifobmhcca |
URL Chính Thức | https://chromewebstore.google.com/detail/freights-assistant-eu/fhhflboiocbjekadnaecbedifobmhcca |
Mô tả | The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation. |
Kích Thước Tệp | 130 KB |
Số Lần Cài Đặt | 454 |
Phiên Bản Hiện Tại | 0.2.8 |
Cập Nhật Lần Cuối | 2023-05-05 |
Ngày Phát Hành | 2021-09-07 |
Nhà Phát Triển | Patryk Skłodowski |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.freightassistant.one/ |
URL Trang Chính Sách Bảo Mật | https://www.freightassistant.one?page_id=86 |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |