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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension optimizes daily work when adding freight - it automatically sends orders for cargo transportation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Freights Assistant EU एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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'"
}