Pincone

Share links and knowledge, privately or with a team.

ما هو Pincone؟

Pincone هو إضافة Chrome تم تطويرها بواسطة Pincone، والميزة الرئيسية لها هي "Share links and knowledge, privately or with a team.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pincone

قم بتنزيل ملفات الامتداد Pincone بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Pincone Pincone
ID bnlpgjafpbnkffiieggbbfikiagiolaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/pincone/bnlpgjafpbnkffiieggbbfikiagiolaf
الوصف Share links and knowledge, privately or with a team.
حجم الملف 299 KB
عدد التثبيتات 190
النسخة الحالية 1.3.0
آخر تحديث 2023-02-02
تاريخ النشر 2021-01-20
تقييم 4.33/5 مجموع تقييمات 3
المطور Pincone
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pincone.com/
عنوان صفحة المساعدة https://pincone.com/support
عنوان صفحة سياسة الخصوصية https://pincone.com/privacy-policy
اللغات المدعومة 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"
    ]
}