MyAuto.ge chrome extension

Transfer auction lot information

什麼是MyAuto.ge chrome extension?

MyAuto.ge chrome extension是由mygeadm開發的Chrome擴展程式,該擴展的主要功能是“Transfer auction lot information”。

擴展截圖

screenshot

下載MyAuto.ge chrome extension擴展crx文件

下載MyAuto.ge chrome extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}