Circulate.it Extension
Easily circulate any web page so your entire organization can share it on social media.
Circulate.it Extension란 무엇입니까?
Circulate.it Extension은(는) http://circulate.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily circulate any web page so your entire organization can share it on social media."입니다.
확장 프로그램 스크린샷
Circulate.it Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We all tend to share articles and pages we read with coworkers, clients, and friends. But when we share a link by email, let's be honest, if you really hoped a lot of people would read or share it you've probably been pretty disappointed. It's just too much of a pain for them - especially if you're asking them to do it on a daily or weekly basis. And, forget about convincing them to keep another app open on their desktop or mobile. We’ve designed Circulate.it to make it a joy to read and share. With a single click you can customize and redistribute any piece of content out to your coworkers, clients or friends as a beautiful, clean email. And, for them, it's readable right in their email and has a single big button: share. There’s no sign-up process, no hoops to jump through, and no training required. With this Chrome extension you can create a circulation with a single click, and then add it to your daily or weekly newsletter to your team.
확장 프로그램 기본 정보
이름 | |
ID | baanmabnanoogpflhipnfjbhcgbikgng |
공식 URL | https://chrome.google.com/webstore/detail/circulateit-extension/baanmabnanoogpflhipnfjbhcgbikgng |
설명 | Easily circulate any web page so your entire organization can share it on social media. |
파일 크기 | 11.12 KB |
설치 횟수 | 131 |
현재 버전 | 1.2.6 |
최근 업데이트 | 2014-02-25 |
출시 날짜 | 2014-02-25 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | http://circulate.it |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://circulate.it/ |
도움말 페이지 URL | http://help.circulate.it |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Circulate.it Extension", "short_name": "Circulate.it", "description": "Easily circulate any web page so your entire organization can share it on social media.", "version": "1.2.6", "icons": { "16": "icon-16px.png", "48": "icon-48px.png", "128": "icon-128px.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "circulate.js" ] }, "browser_action": { "default_icon": { "19": "icon-19px.png", "38": "icon-38px.png" }, "default_title": "Share this article or blog with your team" }, "content_scripts": [ { "matches": [ "*:\/\/*.circulate.it\/*" ], "js": [ "detect.js" ] } ] } |