Pincone

Share links and knowledge, privately or with a team.

Apa itu Pincone?

Pincone adalah ekstensi Chrome yang dikembangkan oleh Pincone, dan fitur utamanya adalah "Share links and knowledge, privately or with a team.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pincone

Unduh file ekstensi Pincone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pincone Pincone
ID bnlpgjafpbnkffiieggbbfikiagiolaf
URL Resmi https://chromewebstore.google.com/detail/pincone/bnlpgjafpbnkffiieggbbfikiagiolaf
Deskripsi Share links and knowledge, privately or with a team.
Ukuran File 299 KB
Jumlah Instalasi 190
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2023-02-02
Tanggal Publikasi 2021-01-20
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Pincone
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pincone.com/
URL Halaman Bantuan https://pincone.com/support
URL Halaman Kebijakan Privasi https://pincone.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}