TagBox - Bookmark Management & Collaboration

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

Was ist TagBox - Bookmark Management & Collaboration?

TagBox - Bookmark Management & Collaboration ist eine Chrome-Erweiterung, die von tagbox.io entwickelt wurde, und ihr Hauptmerkmal ist "Instantly save, tag and organize your bookmarks, media and files.".

Erweiterungsscreenshots

screenshot

TagBox - Bookmark Management & Collaboration-Erweiterungs-CRX-Datei herunterladen

Laden Sie TagBox - Bookmark Management & Collaboration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TagBox - Bookmark Management & Collaboration TagBox - Bookmark Management & Collaboration
ID jpppoabaddceankhnkbmkenaaabohfhb
Offizielle URL https://chrome.google.com/webstore/detail/tagbox-bookmark-managemen/jpppoabaddceankhnkbmkenaaabohfhb
Beschreibung Instantly save, tag and organize your bookmarks, media and files.
Dateigröße 625 KB
Installationsanzahl 24
Aktuelle Version 0.0.4
Letztes Update 2021-09-23
Veröffentlichungsdatum 2021-05-05
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler tagbox.io
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://tagbox.io
Hilfeseite URL https://www.notion.so/TagBox-s-Help-Center-6b817611f5b44ad8bdad05fc55dc77b0
URL der Datenschutzrichtlinien-Seite https://www.tagbox.io/privacy-policy
Unterstützte Sprachen 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"
        ]
    }
}