Evaboot

Makes Evaboot easier to use by automatically retrieving your session cookies

什麼是Evaboot?

Evaboot是由https://evaboot.com開發的Chrome擴展程式,該擴展的主要功能是“Makes Evaboot easier to use by automatically retrieving your session cookies”。

擴展截圖

下載Evaboot擴展crx文件

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