Freights Assistant EU
The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation.
Freights Assistant EUとは何ですか?
Freights Assistant EUはPatryk Skłodowskiによって開発されたChromeの拡張機能で、その主な機能は「The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation.」です。
拡張機能のスクリーンショット
Freights Assistant EU拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |