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
Eメール [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"
    }
}