Evaboot

Makes Evaboot easier to use by automatically retrieving your session cookies

Evaboot là gì?

Evaboot là một tiện ích mở rộng Chrome được phát triển bởi https://evaboot.com, và tính năng chính của nó là "Makes Evaboot easier to use by automatically retrieving your session cookies".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Evaboot

Tải xuống các tệp mở rộng Evaboot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Evaboot Evaboot
ID edccjhikjlfoakbbijgomgnoflcjgfjh
URL Chính Thức https://chromewebstore.google.com/detail/evaboot/edccjhikjlfoakbbijgomgnoflcjgfjh
Mô tả Makes Evaboot easier to use by automatically retrieving your session cookies
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 51,187
Phiên Bản Hiện Tại 2.2.43
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2022-01-25
Đánh Giá 4.78/5 Tổng số 132 Đánh Giá
Nhà Phát Triển https://evaboot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.evaboot.com/
URL Trang Chính Sách Bảo Mật https://evaboot.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}