MyAuto.ge chrome extension

Transfer auction lot information

MyAuto.ge chrome extension क्या है?

MyAuto.ge chrome extension mygeadm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transfer auction lot information"।

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

screenshot

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

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

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

                        The Myauto.ge extension for Google Chrome allows you to easily move certain lots from auto auctions (Copart.com, iaai.com).
       ◦ Install the extension in the Chrome browser.
       ◦ Go to Copart.com.
       ◦ Go to vehicle details page.
       ◦ Right-click on the vehicle details page.
       ◦ Select "გადავიტანოთ myauto.ge-ზე".
All information, description and photos will be transferred to the page "Myauto.ge - new ad" (authorization required).
This way you can easily move the auction items in Myauto to sell them there.                    

एक्सटेंशन की मूल जानकारी

नाम MyAuto.ge chrome extension MyAuto.ge chrome extension
ID fbchgpeammgabjbhbhkcbdjihpbffokh
आधिकारिक URL https://chromewebstore.google.com/detail/myautoge-chrome-extension/fbchgpeammgabjbhbhkcbdjihpbffokh
विवरण Transfer auction lot information
फ़ाइल का आकार 264 KB
स्थापना संख्या 911
वर्तमान संस्करण 5.3
अंतिम अपडेट 2023-08-08
प्रकाशन तिथि 2020-06-04
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर mygeadm
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.myauto.ge
सहायता पृष्ठ URL http://www.myauto.ge/?action=contact
गोपनीयता नीति पृष्ठ URL https://auth.my.ge/ka/usageagreement
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "inc\/jquery.js",
                "inc\/jquery.form.js",
                "inc\/jquery.cookie.js",
                "inc\/manufacturers.js",
                "inc\/models.js",
                "inc\/changebox.js",
                "parsers\/beforward.jp.js",
                "parsers\/iaai.com.js",
                "parsers\/copart.com.js",
                "parsers\/copart.de.js",
                "parsers\/cars.com.js",
                "parsers\/mobile.de.js",
                "parsers\/manheim.com.js",
                "parsers\/manheim.com.au.js"
            ],
            "matches": [
                "*:\/\/*.myauto.ge\/*",
                "*:\/\/*.beforward.jp\/*",
                "*:\/\/*.iaai.com\/*",
                "*:\/\/*.copart.com\/*",
                "*:\/\/*.copart.de\/*",
                "*:\/\/*.cars.com\/*",
                "*:\/\/*.mobile.de\/*",
                "*:\/\/*.manheim.com\/*",
                "*:\/\/*.manheim.com.au\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "to_myauto.js"
            ],
            "matches": [
                "*:\/\/*.myauto.ge\/*",
                "*:\/\/*.localhost\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Transfer auction lot information",
    "icons": {
        "16": "img\/16.png"
    },
    "manifest_version": 3,
    "name": "MyAuto.ge chrome extension",
    "short_name": "MyAuto.ge",
    "host_permissions": [
        "*:\/\/*.google.com\/",
        "*:\/\/*.myauto.ge\/",
        "*:\/\/*.beforward.jp\/",
        "*:\/\/*.iaai.com\/*",
        "*:\/\/copart.com\/",
        "*:\/\/copart.de\/",
        "*:\/\/*.cars.com\/",
        "*:\/\/*.mobile.de\/",
        "https:\/\/images.cdn.manheim.com\/*",
        "https:\/\/img.manheim.com.au\/*",
        "https:\/\/*.manheim.com.au\/*",
        "*:\/\/mmsci.manheim.com\/*",
        "*:\/\/*.copartimages.com\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.3"
}