Доступ к LinkedIn

Надежный доступ к linkedin.com для граждан РФ

What is Доступ к LinkedIn?

Доступ к LinkedIn is a Chrome extension developed by Artex, and its main feature is "Надежный доступ к linkedin.com для граждан РФ".

Extension Screenshots

screenshot

Download Доступ к LinkedIn Extension CRX File

Download Доступ к LinkedIn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение предназначено для доступа к сайту https://linkedin.com. Все что от вас требуется - установить. Дальше можете пользоваться сайтом как делали это раньше.                    

Extension Basic Information

Name Доступ к LinkedIn Доступ к LinkedIn
ID lfpfgkjmoclpggokhdacgidpeoedmhjh
Official URL https://chromewebstore.google.com/detail/%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF-%D0%BA-linkedin/lfpfgkjmoclpggokhdacgidpeoedmhjh
Description Надежный доступ к linkedin.com для граждан РФ
File Size 99.6 KB
Installation Count 103,845
Current Version 1.5
Last Updated 2022-03-16
Publish Date 2020-04-04
Rating 3.60/5 Total 86 Ratings
Developer Artex
Email [email protected]
Payment Type free
Extension Website https://xn----gtbbdoclgtecmzop.xn--p1ai/
Help Page URL https://vk.com/dostup_linkedin
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a LinkedIn",
    "short_name": "dostup_linkedin",
    "version": "1.5",
    "author": "Artex",
    "description": "\u041d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0434\u043e\u0441\u0442\u0443\u043f \u043a linkedin.com \u0434\u043b\u044f \u0433\u0440\u0430\u0436\u0434\u0430\u043d \u0420\u0424",
    "icons": {
        "16": "images\/linkedin16.png",
        "48": "images\/linkedin48.png",
        "128": "images\/linkedin128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/linkedin19.png",
            "38": "images\/linkedin38.png"
        },
        "default_title": "\u0414\u043e\u0441\u0442\u0443\u043f \u043a LinkedIn",
        "default_popup": "popup.html"
    },
    "permissions": [
        "proxy",
        "activeTab",
        "browsingData",
        "http:\/\/linkedin.com\/healthz"
    ],
    "background": {
        "scripts": [
            "background.static.js",
            "background.js",
            "tracking.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}