CuratorSpot - Content Curation Tool.

Curate Content to bookmark, share, build newsletters, blog.

Was ist CuratorSpot - Content Curation Tool.?

CuratorSpot - Content Curation Tool. ist eine Chrome-Erweiterung, die von https://curatorspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Curate Content to bookmark, share, build newsletters, blog.".

Erweiterungsscreenshots

screenshot

CuratorSpot - Content Curation Tool.-Erweiterungs-CRX-Datei herunterladen

Laden Sie CuratorSpot - Content Curation Tool.-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

                        CuratorSpot is content curation tool. Curate your favorite content, get twitter account analytics, URL shortener and more. https://curatorspot.com/                    

Grundlegende Informationen zur Erweiterung

Name CuratorSpot - Content Curation Tool. CuratorSpot - Content Curation Tool.
ID mkpkigjijcgfdihojplejghgpckmbndl
Offizielle URL https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl
Beschreibung Curate Content to bookmark, share, build newsletters, blog.
Dateigröße 8.41 KB
Installationsanzahl 28
Aktuelle Version 3.0
Letztes Update 2017-05-11
Veröffentlichungsdatum 2017-05-11
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://curatorspot.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://curatorspot.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CuratorSpot - Content Curation Tool.",
    "short_name": "CuratorSpot",
    "description": "Curate Content to bookmark, share, build newsletters, blog.",
    "version": "3.0",
    "background": {
        "scripts": [
            "event.js",
            "content.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ]
}