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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}