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文件
下載Circulate.it Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |