Identifi Link Catcher

Link catcher for blogs & articles

Cos'è Identifi Link Catcher?

Identifi Link Catcher è un'estensione di Chrome sviluppata da chris, e la sua funzione principale è "Link catcher for blogs & articles".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Identifi Link Catcher

Scarica i file di estensione Identifi Link Catcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This chrome extension allows you to save links in the Knowledge-Base app of High Output Ventures. You need to have an Identifi account to be able to use the plugin.                    

Informazioni di Base sull'Estensione

Nome Identifi Link Catcher Identifi Link Catcher
ID bgbfnhmdecfdkgfjcfadecmlghodloio
URL Ufficiale https://chromewebstore.google.com/detail/identifi-link-catcher/bgbfnhmdecfdkgfjcfadecmlghodloio
Descrizione Link catcher for blogs & articles
Dimensione del File 1.15 MB
Conteggio Installazioni 17
Versione Corrente 0.1.5
Ultimo Aggiornamento 2021-01-06
Data di Pubblicazione 2020-12-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore chris
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Identifi Link Catcher",
    "version": "0.1.5",
    "description": "Link catcher for blogs & articles",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.heapanalytics.com; object-src 'self'; script-src-elem 'self' https:\/\/cdn.heapanalytics.com"
}