Linco

Extension for Linco

Wat is Linco?

Linco is een Chrome-extensie ontwikkeld door https://linco.app, en de belangrijkste functie is "Extension for Linco".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Linco

Download Linco-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Share your bookmarks with others.
Discover trending web pages faster.                    

Basisinformatie over de Extensie

Naam Linco Linco
ID emchcecoclapndghbkgomkofggklfkpa
Officiële URL https://chromewebstore.google.com/detail/linco/emchcecoclapndghbkgomkofggklfkpa
Beschrijving Extension for Linco
Bestandsgrootte 447 KB
Aantal Installaties 21
Huidige Versie 5.0.1
Laatst Bijgewerkt 2023-08-18
Publicatiedatum 2022-09-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://linco.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linco.app
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "5.0.1",
    "author": "Arclogos, Inc.",
    "name": "Linco",
    "description": "Extension for Linco",
    "permissions": [
        "tabs",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.adcc03ab.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.linco.app",
        "https:\/\/accounts.google.com"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAra3pgtbJ7XhBQESLuGc3lAH6G8LNxrLgTpeDrFVL2JsevF0l+HWX7BSsI9ZA1yTjkqxHcpobCNmFu0q4h1FZZBmD0SDSQ0fWDSC5RjZv7osfvggqRx7bx8+PZXL2UqkhT4JZTvhiqdgAAkvwzqCQ28tNFOIGoOwx3a4ls5C0sXvt4D8hriJzsXPeLN6snesiEo+j7ZXK+0EHY07RpE2j1nCdVxuPP71TADktYI1a6Py5ohL4\/XmEARb1iHmm5Dr\/QiJTRjD8RokwzhwtspE7IG1t0Mg9\/8AigSFzIVkvP5vj58MoMZRDcBEaDaEUKdeV1MnlqciMX+PquKp3Ij4WKQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "emchcecoclapndghbkgomkofggklfkpa"
            ]
        }
    ],
    "oauth2": {
        "client_id": "76704271040-ace5qd2kpg4fu1iailhr3va63r9jf87q.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    }
}