Evaboot

Makes Evaboot easier to use by automatically retrieving your session cookies

Evabootคืออะไร?

Evaboot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://evaboot.com และคุณลักษณะหลักของมันคือ "Makes Evaboot easier to use by automatically retrieving your session cookies"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evaboot

ดาวน์โหลดไฟล์ส่วนขยาย Evaboot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Evaboot saves time hours of boring work every week by cleaning and qualifying your lead.

This extension will automatically retrieve the session cookies of the websites you're connected to. 

If you have any question about this extension, feel free to contact use using the support chat at https://evaboot.com/.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Evaboot Evaboot
ID edccjhikjlfoakbbijgomgnoflcjgfjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh
คำอธิบาย Makes Evaboot easier to use by automatically retrieving your session cookies
ขนาดไฟล์ 1.37 MB
จำนวนการติดตั้ง 51,187
เวอร์ชันปัจจุบัน 2.2.43
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2022-01-25
คะแนน 4.78/5 รวมทั้งหมด 132 คะแนน
ผู้พัฒนา https://evaboot.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.evaboot.com/
URL หน้านโยบายความเป็นส่วนตัว https://evaboot.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Evaboot",
    "description": "Makes Evaboot easier to use by automatically retrieving your session cookies",
    "version": "2.2.43",
    "manifest_version": 3,
    "homepage_url": "https:\/\/app.evaboot.com\/",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/*",
                "https:\/\/app.evaboot.com\/*",
                "https:\/\/www.linkedin.com\/premium\/products\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": [],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/app.evaboot.com\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "webRequest",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}