Pincone

Share links and knowledge, privately or with a team.

Qu'est-ce que Pincone ?

Pincone est une extension Chrome développée par Pincone, et sa fonction principale est "Share links and knowledge, privately or with a team.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pincone

Téléchargez les fichiers d'extension Pincone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pincone Pincone
ID bnlpgjafpbnkffiieggbbfikiagiolaf
URL Officiel https://chromewebstore.google.com/detail/pincone/bnlpgjafpbnkffiieggbbfikiagiolaf
Description Share links and knowledge, privately or with a team.
Taille du Fichier 299 KB
Nombre d'Installations 190
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-02-02
Date de Publication 2021-01-20
Évaluation 4.33/5 Total 3 Évaluations
Développeur Pincone
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pincone.com/
URL de la Page d'Aide https://pincone.com/support
URL de la Page de Politique de Confidentialité https://pincone.com/privacy-policy
Langues Prises en Charge 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"
    ]
}