tchop Curator

The tchop browser extension for curators and editors! The easiest, fastest way to capture articles and social posts.

什么是tchop Curator?

tchop Curator是由tchop GmbH开发的Chrome扩展程序,该扩展的主要功能是“The tchop browser extension for curators and editors! The easiest, fastest way to capture articles and social posts.”。

扩展截图

screenshot
screenshot
screenshot

下载tchop Curator扩展crx文件

下载tchop Curator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        tchop's Chrome extension is the easiest, fastest way to edit, save and distribute articles and social media posts in your own branded tchop app or on your embedded news wall. You can edit the teaser content and styles, select the mix in which you want to publish it and choose other key options. Save for later or publish right away. Distraction-free content and link management right from your browser!

Let your employees, members, subscribers, fans or followers know what is important - with a few clicks.

SIMPLE WORKFLOW:

- Click the tchop button in the toolbar, so that content is parsed via tchop
- Check and edit teaser content fields or add a comment on top
- Choose the organisation and the mix you want to push the content to
- Choose if you want to display user profile and if you want to publish or just save content 

A HOME FOR ALL THE CONTENT THAT MATTERS FOR YOUR TARGET GROUP:

- Save anything that interests you — articles, tweets, youtube videos etc.
- Capture news from the sources that you follow everyday without leaving the site
- Read and discuss directly in your tchop app or news wall

Get your own branded app or news wall and check out our platform on https://tchop.io/                    

扩展基本信息

名称 tchop Curator tchop Curator
ID acffclopdpmfepllledpjjppenpbcmlk
官方URL https://chromewebstore.google.com/detail/tchop-curator/acffclopdpmfepllledpjjppenpbcmlk
简介 The tchop browser extension for curators and editors! The easiest, fastest way to capture articles and social posts.
文件大小 309 KB
安装次数 46
当前版本 1.0
更新时间 2022-07-06
上架时间 2020-02-06
评分 5.00/5 共9次评分
开发者 tchop GmbH
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tchop.io
帮助页面URL https://support.tchop.io/hc/en-us/sections/202729385-Curating-content-with-tchop
隐私政策页面URL https://tchop.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tchop Curator",
    "description": "The tchop browser extension for curators and editors! The easiest, fastest way to capture articles and social posts.",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/*.tchop.io\/"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}