MyAuto.ge chrome extension

Transfer auction lot information

MyAuto.ge chrome extensionคืออะไร?

MyAuto.ge chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mygeadm และคุณลักษณะหลักของมันคือ "Transfer auction lot information"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyAuto.ge chrome extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}