Pincone

Share links and knowledge, privately or with a team.

Was ist Pincone?

Pincone ist eine Chrome-Erweiterung, die von Pincone entwickelt wurde, und ihr Hauptmerkmal ist "Share links and knowledge, privately or with a team.".

Erweiterungsscreenshots

screenshot

Pincone-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pincone-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Pincone extension allows you to easily grab any link in your browser and add it to your Pincone, without visiting the Pincone website, so you can easily get back to it later.

The extension requires having a Pincone account, which you can create on pincone.com.                    

Grundlegende Informationen zur Erweiterung

Name Pincone Pincone
ID bnlpgjafpbnkffiieggbbfikiagiolaf
Offizielle URL https://chromewebstore.google.com/detail/pincone/bnlpgjafpbnkffiieggbbfikiagiolaf
Beschreibung Share links and knowledge, privately or with a team.
Dateigröße 299 KB
Installationsanzahl 190
Aktuelle Version 1.3.0
Letztes Update 2023-02-02
Veröffentlichungsdatum 2021-01-20
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Pincone
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pincone.com/
Hilfeseite URL https://pincone.com/support
URL der Datenschutzrichtlinien-Seite https://pincone.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pincone",
    "description": "Share links and knowledge, privately or with a team.",
    "version": "1.3.0",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16_light.png",
        "32": "icon32_light.png",
        "48": "icon48_light.png",
        "96": "icon96_light.png",
        "128": "icon128_light.png"
    },
    "host_permissions": [
        "http:\/\/localhost:3000\/graphql",
        ""
    ],
    "permissions": [
        "scripting",
        "storage"
    ]
}