LinkedIn Accountless

Watch any LinkedIn profile without being logged in

LinkedIn Accountlessとは何ですか?

LinkedIn AccountlessはLeonardo Galanteによって開発されたChromeの拡張機能で、その主な機能は「Watch any LinkedIn profile without being logged in」です。

拡張機能のスクリーンショット

screenshot
screenshot

LinkedIn Accountless拡張機能のCRXファイルをダウンロード

LinkedIn Accountless拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You need a LinkedIn account to watch LinkedIn profiles but now with this extension you can watch entire profiles without making one or without loggin into your existing one.                    

拡張機能の基本情報

名前 LinkedIn Accountless LinkedIn Accountless
ID bionjgfepfcahhdmjjhnfkeokbfojhke
公式URL https://chrome.google.com/webstore/detail/linkedin-accountless/bionjgfepfcahhdmjjhnfkeokbfojhke
説明 Watch any LinkedIn profile without being logged in
ファイルサイズ 7.6 KB
インストール数 81
現在のバージョン 0.0.1
最終更新日 2017-09-09
公開日 2017-09-09
開発者 Leonardo Galante
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn Accountless",
    "author": "Leonardo Galante",
    "version": "0.0.1",
    "description": "Watch any LinkedIn profile without being logged in",
    "icons": {
        "16": "assets\/linkedin_16.png",
        "48": "assets\/linkedin_48.png",
        "128": "assets\/linkedin_128.png"
    },
    "browser_action": {
        "default_title": "Watch any LinkedIn profile",
        "default_icon": "assets\/linkedin_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/",
                "*:\/\/*.linkedin.com\/",
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "src\/styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}