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
公式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
Eメール [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"
    }
}