Pincone

Share links and knowledge, privately or with a team.

What is Pincone?

Pincone is a Chrome extension developed by Pincone, and its main feature is "Share links and knowledge, privately or with a team.".

Extension Screenshots

screenshot

Download Pincone Extension CRX File

Download Pincone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pincone Pincone
ID bnlpgjafpbnkffiieggbbfikiagiolaf
Official URL https://chromewebstore.google.com/detail/pincone/bnlpgjafpbnkffiieggbbfikiagiolaf
Description Share links and knowledge, privately or with a team.
File Size 299 KB
Installation Count 190
Current Version 1.3.0
Last Updated 2023-02-02
Publish Date 2021-01-20
Rating 4.33/5 Total 3 Ratings
Developer Pincone
Email [email protected]
Payment Type free
Extension Website https://pincone.com/
Help Page URL https://pincone.com/support
Privacy Policy Page URL https://pincone.com/privacy-policy
Supported Languages 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"
    ]
}