TagBox - Bookmark Management & Collaboration

Instantly save, tag and organize your bookmarks, media and files.

ما هو TagBox - Bookmark Management & Collaboration؟

TagBox - Bookmark Management & Collaboration هو إضافة Chrome تم تطويرها بواسطة tagbox.io، والميزة الرئيسية لها هي "Instantly save, tag and organize your bookmarks, media and files.".

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

screenshot

تحميل ملف CRX للإضافة TagBox - Bookmark Management & Collaboration

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

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

                        TagBox's Bookmark Management & Collaboration extension lets you save links to your TagBox account as quickly as you would save them as Chrome bookmarks.

TagBox is a content management and organization platform for individuals and organizations. Save, organize and share documents, media and links from around the web.

Our platform is designed for everyone who manages content, and we're trusted by business organizations, training departments, media companies, non-profits and schools. 

TagBox also integrates with Google Drive and extends on its functionality by adding a layer of AI-generated tags and metadata.

Read more about us at https://tagbox.io, and contact us at [email protected] for more details.                    

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

الاسم TagBox - Bookmark Management & Collaboration TagBox - Bookmark Management & Collaboration
ID jpppoabaddceankhnkbmkenaaabohfhb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tagbox-bookmark-managemen/jpppoabaddceankhnkbmkenaaabohfhb
الوصف Instantly save, tag and organize your bookmarks, media and files.
حجم الملف 625 KB
عدد التثبيتات 24
النسخة الحالية 0.0.4
آخر تحديث 2021-09-23
تاريخ النشر 2021-05-05
تقييم 5.00/5 مجموع تقييمات 2
المطور tagbox.io
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://tagbox.io
عنوان صفحة المساعدة https://www.notion.so/TagBox-s-Help-Center-6b817611f5b44ad8bdad05fc55dc77b0
عنوان صفحة سياسة الخصوصية https://www.tagbox.io/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TagBox - Bookmark Management & Collaboration",
    "description": "Instantly save, tag and organize your bookmarks, media and files.",
    "version": "0.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "TagBox - Bookmark Management & Collaboration",
        "default_icon": {
            "16": "logo192.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png"
        }
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-\/a8kHSJ2Ea9IwG5i9G6gybg1i8wweFU7Tu6c5ECb0Po='; object-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}