Pincone

Share links and knowledge, privately or with a team.

Wat is Pincone?

Pincone is een Chrome-extensie ontwikkeld door Pincone, en de belangrijkste functie is "Share links and knowledge, privately or with a team.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pincone

Download Pincone-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

                        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.                    

Basisinformatie over de Extensie

Naam Pincone Pincone
ID bnlpgjafpbnkffiieggbbfikiagiolaf
Officiële URL https://chromewebstore.google.com/detail/pincone/bnlpgjafpbnkffiieggbbfikiagiolaf
Beschrijving Share links and knowledge, privately or with a team.
Bestandsgrootte 299 KB
Aantal Installaties 190
Huidige Versie 1.3.0
Laatst Bijgewerkt 2023-02-02
Publicatiedatum 2021-01-20
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Pincone
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pincone.com/
Help Pagina-URL https://pincone.com/support
URL van de Privacybeleid Pagina https://pincone.com/privacy-policy
Ondersteunde Talen 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"
    ]
}