Pincone

Share links and knowledge, privately or with a team.

Vad är Pincone?

Pincone är en Chrome-tillägg utvecklad av Pincone, och dess huvudfunktion är "Share links and knowledge, privately or with a team.".

Tilläggsskärmbilder

screenshot

Ladda ner Pincone-förlängningens CRX-fil

Ladda ner Pincone-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pincone Pincone
ID bnlpgjafpbnkffiieggbbfikiagiolaf
Officiell webbadress https://chromewebstore.google.com/detail/pincone/bnlpgjafpbnkffiieggbbfikiagiolaf
Beskrivning Share links and knowledge, privately or with a team.
Filstorlek 299 KB
Antal Installationer 190
Aktuell Version 1.3.0
Senast Uppdaterad 2023-02-02
Publiceringsdatum 2021-01-20
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare Pincone
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pincone.com/
Hjälpsida URL https://pincone.com/support
URL till Sekretesspolicy Sidan https://pincone.com/privacy-policy
Stödda Språk 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"
    ]
}