基本信息

更新日期:
包名:
oceoildfbiaeclndnjknjpfaoofeekgl
版本:
2.7.2.29
大小:
275KiB
类型:
Chrome
平台:
Chrome
评分:
发布日期:
2019-06-16
价格:
免费
开发者:
gmail-to-trello-extension

Gmail-to-Trello插件截图

【图】Gmail-to-Trello(截图1)【图】Gmail-to-Trello(截图2)【图】Gmail-to-Trello(截图3)

Gmail-to-Trello插件简介

Gmail-to-Trello integration. Create new Trello cards from Google mail threads with backlinks. Gmail到Trello的集成。从带有反向链接的Google邮件线程创建新的Trello卡。

A free tool that provides an extra ‘Add card’ button on Gmail UI to add current reading email to a Trello card

** Development and Support Board here for feature/bug submitting and voting: https://trello.com/b/CGU9BYgd/gmail-to-trello-chrome-extension

** This extension is now open source at: https://github.com/tungbi/gmail-to-trello-extension — code contributions welcome!

It’s my pleasure to have contribution from https://github.com/acoven, who’s actively developing the extension since the v2.2.2 release

** Main features **
– Detect email opening mode, also the most visible email in current thread
– Add a button “Add new card” into Gmail’s toolbar
– Extract email’s title, body, timestamp, also reduce text’s complexity
– User can choose which list, board or organization will contain the new card
– User can assign him/herself to the new card
– Current email can be easily looked up later via a direct link, or searching (useful for group collaboration)
– Can set labels
– Can set due date
– Can include attachment links
– Authorized via Trello account

Some other useful features:
– Support both simple and split layout (“Preview Panel” in lab/Outlook-like)
– Remember current list, board, org. selection after new card is created
– User can pick up another emails in thread while popup is opening, or reopen popup again to detect & extract email’s content again
– Popup is resizable, draggable
– Display Trello’s labels similar Trello.com, so they are easier to be selected

CHANGE LOG:

Version 2.7.2.29
—————–
– Deeper highlighting for Labels and Assign, use gradient to indicate selected

Version 2.7.2.28
—————–
– Remove trash can from GtT pull down
– Move popup location of GtT pull down to under icon

Version 2.7.2.27
—————–
– Use new version of Trello Client.js

Version 2.7.2.26
—————–
– Make sure UI, Sign-out works (enough) when Trello Authenticate fails.

Version 2.7.2.24
—————–
– Iterate differently

Version 2.7.2.23
—————–
– Use data-thread-id if present

Version 2.7.2.22
—————–
– Get Legacy Gmail Thread ID for backlink on new Gmail

Version 2.7.2.21
—————–
– Find new Gmail views

Version 2.7.2.20
—————–
– Make getManifest version check more robust error-handling-wise

Version 2.7.2.19
—————–
– Fix calculation for pop-up when button position has changed

Version 2.7.2.18
—————–
– New HD toolbar icon & sketch version
– Attachment image previews are now scale-to-fit
– Attachment file and image sections are hidden when there is no attachment
– [dev] Change form markups from dl/dt/dd to regular divs

Version 2.7.2.17
—————–
– Fix bug on the new Gmail that cause toolbar buttons failed to work properly

Version 2.7.2.16
—————–
– Remove overlapping intervals, thanks to Travis Hardman.

Version 2.7.2.15
—————–
– Up debug log
– Silence logging of button positioner [still need to fix]
– Gmails coming up blank content in GtT – Change .adP:first to use more deterministic tag

Version 2.7.2.14
—————–
– Check for ASL or ASF div for Refresh icon.
– Only call detach if more than one button/popup
– Use ‘0’ for unknown version in version check
– More debugging logs for adding button / popup
– Only show version update if previous version > 0
– Remove toolBarHolder
– Debug Multiple Inboxes – more to do
– Circular log wasn’t – hogged memory
– inline image now should upload to Trello correctly

Version 2.7.2.13
—————–
– Restrict log from 1000 to 100 lines.
– Call browsingData from background to clear extension data.
– Show message to reload when version changes.

Version 2.7.2.12
—————–
– Fix $button[0] -> $button.first().

Version 2.7.2.11
—————–
– Fix missing views/options.html.

Version 2.7.2.10
—————-
– detectToolbar return true if detected.
– .detach button and popup and then only append one.
– Make sign out an explicit button on the page.

Version 2.7.2.9
—————-
– Fix resize via jQuery UI, needed clearfix at popup level for jQuery UI added elements

Version 2.7.2.8
—————-
– Call pre-init after button disappear
– Semi-final jQuery UI resizing (not quite right for normal state, works okay for list state)
– Show version number in options panel (prep for noticing version change and prompting to reload)

Version 2.7.2.7
—————-
– Remove G-Ni from GtT icon
– Add timer to check every 2 seconds for GtT button showing
– Use gh=’mtb’ to find toolbar

Version 2.7.2.6
—————-
– Add G-Ni to GtT icon
– Remove :first from G-atb

Version 2.7.2.5
—————-
– Additional debugging code in toolbar and labels code
– Report of GtT button not appearing when Streak and RightInbox, some tweaks to button positioning code to hopefully circumvent problem.
– Add info message to options screen
– Initial cut at button for chrome.browsingData.remove
– Update manifest with 64 and 128 icons

Version 2.7.2.4
—————-
– Icon not showing up in toolbar due to other extension icons in toolbar
– Update gtt_log to have timestamp

Version 2.7.2.3
—————-
– Move email search hyperlinks to top of content

Version 2.7.2.2
—————-
– Parse “29. Mai 2017 um 15:18” correctly
– (Until I have a better idea, have to decode the dateTime by hand and do some month comparisons)
– And then after doing that ton of work and realizing this will be horrific to maintain, I ripped it all out

Version 2.7.2.1
—————-
– Check for 401 more leniently, add target to error
– Lists without organizations were being filtered out! Fixed.
– Change Features/Bugs to ‘Help’
– Created ‘Report’ feature, which will put latest error and last 1000 log items into card to post to GtT Trello board

Version 2.7.1.6
—————-
– 400 invalid id on attachment upload: Use pos === ‘at’ to indicate path to attach

Version 2.7.1.5
—————-
– Track mouseUp and mouseDown in same external-to-window container
– Make positioning logic more robust for Upload to combat Trello POST pos 404 error

Version 2.7.1.4
—————-
– Click outside window closes window
– Focus outside window closes window
– Error in attachments processing fixed to produce correct filename

Version 2.7.1.3
—————–
– Install keyboard trap to Show Popup, Remove keyboard trap on Hide Popup

Version 2.7.1.2
—————–
– Clean up consts for keyboard trap
– First cut at image with larger tooltip on hover
– Load jQuery UI CSS before our CSS so we can override it
– Add named function gtt_keydown to prevent duplicate listeners
– Bump version to work around Google problem

Version 2.7.0.4
—————–
– Remove Gmail load wait timer now that GtT button is more robust on no-data
– Move keyboard trap to bindEvents
– Dirty centering when no data so popup will move as appropriate

Version 2.7.0.3
—————–
– Fix error with “bottom” should be “below”
– Refactor upload code to pull it all into model work, add model.Uploader class
– Move attach code back into our code since Trello doesn’t want it
– Fix error where attachment URL was click link instead of updated card
– Fixed long untruncated image/attachment string
– First cut at having GtT button always show, even when there is no data to populate – this may reduce the “where’s my button?” support issues
– Have images bottom grow when you grab the window grow handle in the lower right corner

Version 2.7.0.1
—————–
– Fix bug in creating new card
– Simplify UI for adding to a card vs. adding new card below

Version 2.7.0.0
—————–
– Add to an existing card!
– Had to change UI a little to account for card selection and “where” to put the card

Version 2.6.0.0
—————–
– Make minimum width bigger for popup
– Create shortcut dropdown for due date
– Create option entry to add more to shortcut dropdown
– Persist previous due date and time
– Attachments and Images now are transferred completely to Trello instead of lodging as links back to Gmail
– Give back to Trello API community how to upload binary data

Version 2.5.1.3
—————–
– Support keyboard shortcuts: Alt/Opt+Shift+G is the default to show the popup (once in Gmail and the button is visible)
– While the Popup is showing, hitting ESCAPE or CTRL/CMD+. will dismiss the popup.
– CTRL/CMD+ENTER will Add to Trello.
– Change stray bullets to asterisks but not stray hyphens

Verison 2.5.1.2
——————
– Fix member assignment buttons to persist across board changes
– Shift-click “Labels:” or “Members:” to clear
– Fix typos GMail -> Gmail

Verison 2.5.1.1
——————
– Layout changes to accomodate smaller screens

Version 2.5.1.0
——————
– Can now assign other users
– Your id should always be first in Assign list
– Remove “Assign to me” button
– Move signout and error to chrome extension loaded html files
– Make label and member msg boxes same height as label and member chicklets so things don’t “jump” up and down when picking new boards

Version 2.5.0.4
——————-
– Fix pInterest loads with white overlay on top of first 20 pinned items — was conflicting with jQuery UI CSS
– Moved jQuery-ui-css loading to top of popup
– Changed chrome extension matches[] from “all urls” to only mail.google.com.

Version 2.5.0.3
——————-
– Fix problem of email with no body

Version 2.5.0.2
——————-
– Try to fix parseData to always return a valid data block (even if empty data)
– Update board changed to clear out list/labels when settings boardId is different than boardId
– Gray box around imgs in image list to show “spacer” images
– Use window.location.pathname to provide “/mail/u/0/” or “/mail/u/1/” etc. for different gmail accounts

Version 2.5.0.1
——————-
– Add support to attach images from Gmail
– Fix typo with missing brace for uriForDisplay
– To handle jQuery UI looking to Gmail for UI icons, must replace url(“images… with url(“chrome-extension://__MSG_@@extension_id__/images…

Version 2.4.27
—————
– Support img vs text buttons

Version 2.4.26
—————
– Make sure correct ThreadID is used for message
– Better processing of hand-provided bullets to markdown

Version 2.4.25
—————-
– Generate thread id for direct link to email
– Take another pass at storing board, list, label and resetting when changed

Version 2.4.24
—————
– Use Gmail’s down-facing widget instead of plus sign
– Make window resizable and scrollable

Version 2.4.23
—————
– Separate date and time inputs for due date
– Smaller UI for Add Card button
– Change nomenclature to “Add to Trello” to prep for adding to individual card

Version 2.4.22
—————
– Fix “Name” <name> email pattern in Markdownify and anchorMarkdown

Version 2.4.21
—————
– Make sure to clear out list and labels when no labels
– Restrict labels space to two rows with scroll bar if longer

Version 2.4.19
—————
– Add back steps to clear cache for Trello sign-out

Version 2.4.18
—————
– Add height and width to image tag so it doesn’t “jump”
– Adjust centering logic for popup to be more human-friendly (still should move to lower-third resize logic)

Version 2.4.17
—————
– Call Trello.deauthorize on Sign Out request
– Clean up logic of Sign Out to request Reload afterward
– Clean up error display to find error data in response packet
– Clean up 3+ CRLFs in Markdownify

Version 2.4.15
—————
– Make replacements holistic
– Clean up markdownify to add numeric lists and allow <span>-like items inside of <div>-like items.
– Remove href=”javascript:void(0)” as a likely cause of Content Security Policy warning

Version 2.4.14
—————
– Change const hash to var hash, causing chrome storage error.
– Truncate description enough to make room for link at end

Version 2.4.12
—————
– Match regex for Markdownify on non-word boundary, do additional pass and make placeholders then replace those so markdown anchors don’t get out of hand

Version 2.4.11
—————
– Change top/bottom popup to up-line and down-line arrow icons
– Change default for attachments to unchecked – this time for real
– Fix bug where popup width wasn’t being saved and restored correctly
– Fix avatar initials to be first name + last name initials, or first 2 chars of username, if no avatar URL/pic

Version 2.4.8
—————
– Have reproducable case for settings not being saved; fixed with using chrome sync settings and getting timing right
– Added popup to indicate whether to add card to top or bottom (default) of list

Version 2.4.7
—————
– Try another approach for titlebar of popup to not get duplicate options by setting explicit properties

Version 2.4.6
—————
– Use paragraph marker for markdown ‘li’ conversion
– Respect () [] for anchor markdown bookends
– Clear out html before appending items, should fix duplicate html elements problem

Version 2.4.5
—————
– Add APIFailure display when initial trello grabs fail out

Version 2.4.4
—————
– Check for avatar URL returned before checking length

Version 2.4.3
—————
– When text is selected, bring that over instead of entire message

Version 2.4.2
—————
– Added Markdown button to turn off for main description text
– Added Attachments
– Changed Lists UI to Drop-down, kept styled UI for Labels
– Made labels multi-selectable

Version 2.2.2
—————
– Adding Labels
– Movable modal UI centered under Add card, Avatars working
– Cleaned up UI
– Lots of bug fixes
– Some additional markdown formatting in description for from: email.

Version 2.1.5
—————
– Add Google Analytics
– Fix some XSS bugs. Reduce URL permission. Thanks to Vijay for your Pull Request
– Don’t show up closed boards.
– Fix “Add to card” button UI

Version 2.1.3.7
—————
– Fix broken layout caused by min-width
– Increase z-index

Version 2.1.3.4
————-
– Add “Options” page
– Fix no-wrap error in new card’s link displays after creation
– Remove Organization filter
– Add email address to specify where the card came from

Version 2.1.3
————-
– Is now support an option to assign yourself on creating card

Version 2.1.2
————-
– Is now support Split layout (Preview Panel)

Version 2.1
———-
– Big changes: refactoring, bugs fixes, UI/UX improvements
– Instantly update popup’s content when user’s clicking to another email thread
– Resizable popup
– Better text conversion

Version 2.0.6.2
———-
– Fix bug: Localization time parsing

Version 2.0.6
———-
– Add “Search email” ability, which means more accessible from other people
– Auto detect (and highlight) the email thread that is most closed to current viewport. Scrolling can make change to current selection

Version 2.0.5
———-
– Fix bug: Boards are not in any organizations doesn’t show up.

Version 2.0.4
———-
– Fix bug duplicated buttons
– Fix bug in layout
– Fix bug: can’t change subject or description

Version 2.0.1
———-
– Fix missing icons
– Backlink appearance improving

Version 2.0
———-
– Improve UX
– Remember previous selections
– Add a “close” popup button
– Add Organization list
– Don’t display closed boards
– Insert a backlink to Gmail’s thread in new card (optional)
– Display a link to new created card
– Refactoring

15/08/2013 – Version 1.1.1
———-
– Fix bug: missing button after install
– Fix bug: missing icon in “Add to Trello” button
– Keep line-breaks in email’s content
– Auto remove email’s signature

中文翻译

一个免费的工具,在Gmail用户界面上提供一个额外的“添加卡”按钮,将当前的阅读邮件添加到Trello卡

**这里的开发和支持板用于功能/错误提交和投票:https://Trello.com/b/CGU9BYgd/Gmail to Trello chrome扩展

**此扩展现在开源于:https://github.com/tungbi/gmail-to-trello-extension——欢迎代码贡献!

我很高兴能从https://github.com/acoven获得贡献,他自v2.2.2发布以来一直在积极开发扩展

**主要功能**
-检测电子邮件打开模式,也是当前线程中最可见的电子邮件
-在Gmail的工具栏中添加按钮“添加新卡”
-提取电子邮件的标题、正文,时间戳,也可以减少文本的复杂度。BR>用户可以选择哪一个列表、董事会或组织将包含新的卡
用户可以将他/她自己分配给新的卡BR>。当前的电子邮件可以通过直接链接稍后查找,或者搜索(用于组协作)BR>可以设置标签
可以设置到期日
-CAN。包括附件链接
-通过Trello帐户授权

其他一些有用的功能:
-支持简单和拆分布局(类似于实验室/Outlook中的“预览面板”)
-记住当前列表、板、组织。创建新卡后的选择
-用户可以在弹出窗口打开时在线程中提取其他电子邮件,或重新打开弹出窗口以再次检测和提取电子邮件内容
-弹出窗口可调整大小,可拖动
-显示Trello的标签类似Trello.com,因此,它们更易于选择

更改日志:

版本2.7.2.29

-标签和分配的突出显示更深,使用渐变指示所选的

版本2.7.2.28

-从GtT下拉菜单中删除垃圾桶
-将GtT下拉菜单的弹出位置移到图标下

版本2.7.2.27

-使用新版本的Trello Client.js

版本2.7.2.26

-确保UI、Sign out有效(足够)当Trello身份验证失败时。

版本2.7.2.24
——-
-以不同方式迭代

版本2.7.2.23
——-
-如果存在,则使用数据线程id

版本2.7.2.22
——-
-在新Gmail上获取旧Gmail线程id用于反向链接Gmail views

版本2.7.2.20
—-
-让getManifest版本检查更加可靠的错误处理

版本2.7.2.19
—-
-修复按钮位置更改时弹出窗口的计算

版本2.7.2.18
—-
-新的高清工具栏图标&amp;草图版本
-附件图像预览现在可缩放以适应
-附件文件和图像节在没有附件时隐藏
-[dev]将表单标记从dl/dt/dd更改为常规div

版本2.7.2.17
———
-修复导致工具栏按钮无法正常工作的新Gmail上的错误

版本2.7.2.16
—-
-删除重叠间隔,感谢Travis Hardman。

版本2.7.2.15
—-
启动调试日志
-按钮定位器的静默日志[仍需修复]
-Gmails在GtT中出现空白内容-更改。adP:首先使用更确定的标记

版本2.7.2.14
—-
-检查ASL或ASF div是否有刷新图标。
-仅限如果有多个按钮/popup,则调用detach
-在版本检查中对未知版本使用“0”
-添加按钮/popup的更多调试日志
-仅在以前版本时显示版本更新&gt;0
-删除toolBarHolder
-调试多个收件箱-还有更多工作要做
-循环日志没有占用内存
-内联图像现在应该上载到Trello正确地

版本2.7.2.13
———
-将日志限制在1000到100行。
-从后台调用browsingData以清除扩展数据。
-在版本更改时显示要重新加载的消息。

版本2.7.2.12
———
-修复$button[0]&gt;$button.first()。

版本2.7.2.11
——-
-修复丢失的视图/选项.html。

版本2.7.2.10

–detectToolbar如果检测到则返回true。
-.分离按钮并弹出,然后仅附加一个。
-在页面上注销一个显式按钮。

版本2.7.2.9

–Fix通过jQuery UI调整大小,jQuery UI在弹出级别需要clearfix添加元素

版本2.7.2.8
———
-在按钮消失后调用pre init
-半最终jQuery UI调整大小(不太适合正常状态,在列表状态下可以正常工作)
-在选项面板中显示版本号(准备通知版本更改并提示重新加载)

版本2.7.2.7

-从GtT图标中删除G-Ni
-添加计时器以每2秒检查一次GtT按钮是否显示
-使用gh=’mtb’查找工具栏

版本2.7.2.6将G-Ni添加到GtT图标
-删除:首先从G-atb

版本2.7.2.5
—-
-工具栏中的附加调试代码和标签代码
-当Streak和RightInbox时GtT按钮不显示的报告,对按钮定位代码进行一些调整以希望避开问题。
-将信息消息添加到选项屏幕
-初始剪切在chrome的按钮上。浏览数据。删除
-使用64和128个图标更新清单

版本2.7.2.4
——-br>-由于工具栏中的其他扩展图标,工具栏中未显示图标
-更新gtt日志以使其具有时间戳

版本2.7.2.3
——-br>-将电子邮件搜索超链接移动到内容2.7.2.2版。Mai 2017 um 15:18“正确地
-(在我有更好的想法之前,必须手动解码日期时间并进行一些月份比较)
-然后在做了大量的工作并意识到这将是可怕的维护之后,我将其全部删除了

版本2.7.2.1
———
-请更轻松地检查401,将目标添加到错误
-没有组织的列表正在被筛选!已修复。
-将功能/错误更改为“帮助”
-创建了“报告”功能,这将把最新错误和最后1000个日志项放入卡中,以发送到GtT Trello板

版本2.7.1.6
–br>-400附件上载时的无效id:使用pos===’at’指示要附加的路径

版本2.7.1.5
–br>-Track mouseUp and mouseDown in same external to window container
-Make定位逻辑更强大,可用于上传到combat Trello POST 404错误

版本2.7.1.4
——-br>-单击外部窗口关闭窗口
-聚焦外部窗口关闭窗口
-附件处理错误已修复,以生成正确的文件名

版本2.7.1.3
——-
-安装键盘陷阱以显示弹出窗口,删除隐藏弹出窗口上的键盘陷阱

版本2.7.1.2
———
-清除键盘陷阱的常量
-首先在悬停时使用较大的工具提示剪切图像
-在CSS之前加载jQuery UI CSS,以便我们可以覆盖它
-添加命名函数gtt}keydown以防止重复的侦听器
-在Google周围运行Bump Version问题

版本2.7.0.4
———
删除Gmail加载等待计时器,现在GtT按钮在没有数据时更为健壮
-将键盘陷阱移动到bindEvents
-没有数据时居中变脏,因此弹出窗口将根据需要移动

版本2.7.0.3
———
-修复错误时“底部”应为“低于”
-重构上载代码将其全部拉入模型工作,添加模型。上载程序类
-将附加代码移回我们的代码中,因为Trello不希望它
-修复附件URL是单击链接而不是更新卡的错误
-修复长的不受约束的图像/附件字符串
-第一次剪切时始终显示GtT按钮,即使没有要填充的数据-这可能会减少“我的按钮在哪里?”?“支持问题
——当你在右下角抓取窗口生长句柄时,图像底部会增长。
版本2.7.0.1
—–BR> -在创建新卡的过程中修复错误:简化UI添加到一张卡片上,在下面添加新的卡片:
BR>版本2.7.0.0
——–BR> -添加到现有的卡片中!
-必须稍微更改用户界面以考虑卡的选择,并将卡放在“何处”

版本2.6.0.0

-使弹出窗口的最小宽度变大-为到期日创建快捷方式下拉列表
-创建选项项以添加更多快捷方式下拉列表
-保留以前的到期日和时间
-附件和图像现在完全传输到Trello,而不是作为回Gmail的链接寄宿
-回馈Trello API社区如何上传二进制数据

版本2.5.1.3
———
-支持键盘快捷键:Alt/Opt+Shift+G是默认显示弹出窗口(在Gmail中显示一次,按钮可见)
-弹出窗口显示时,点击ESCAPE或CTRL/CMD+。将关闭弹出窗口。
-CTRL/CMD+ENTER将添加到Trello。
-将杂散的项目符号更改为星号,而不是杂散的连字符

Verison 2.5.1.2
—-
-修复成员分配按钮以保留所有更改
-按住Shift键单击“标签:”或“成员:”以清除
-修复键入错误的GMail-&gt;Gmail

Verison 2.5.1.1
—-
-布局更改以适应较小的屏幕

版本2.5.1.0
—-
-现在可以分配其他用户
-您的id应始终位于分配列表的第一位
-删除“分配给我”按钮
-将注销和错误移到加载了chrome扩展名的html文件
-制作标签成员消息框的高度与标签和成员小控件的高度相同,因此在选择新板时不会上下“跳转”

版本2.5.0.4
—-
-修复前20个固定项顶部覆盖白色的pInterest加载-与jQuery UI CSS冲突
-将jQuery UI CSS加载移动到弹出窗口顶部
-已更改chrome扩展将[]从“所有URL”匹配到仅mail.google.com。

版本2.5.0.3


类似Gmail-to-Trello插件

Multi Forward for Gmail
This extension allows users to forward multiple emails through the Gmail website. For more information, see-…
| 实用程序
Trello
Quickly create Trello cards and acce..
| 生产工具
List Layouts for Trello
Allow Trello lists to be displayed vertically or in a grid.
| 实用程序
T-boards
One-click access to your Trello Boar..
| 生产工具
Trelabels for Trello
Change the labels style on Trello bo..
| 生产工具
Trellists: Trello Lists Master
Allow to hide and show lists at Trel..
| 生产工具
Add to Trello
Add cards to your Trello boards from..
| 生产工具
jsoff
一个chrome扩展,可以通过单击禁用JavaScript
| 开发工具
List Progress Bar for Trello
trello_list_progressbar 功能 添加有关trello板上不同卡列表的更多统计信息。Plugin根据todo项的数量计算单个卡片的权重[将每个todo项视为..
| 生产工具
Card this to Trello
A Chrome extension wrapper for Trell..
| 生产工具
Tax2290.com
Tax2290.com is the 1st IRS Authorize..
Nút Tạo CV & Tìm việc Nhanh – TopCV
Truy cập nhanh trang tạo CV & tì..
KampAdmin leader planning
Plan leaders on children holidays. Only usable by KampAdmin.be organisations
iCLiKVAL
Annotate scientific literature and m..
Vedantu Screen Share
Vedantu屏幕共享允许教师在Vedantu.com的在线实时会话中与学生共享屏幕。这允许教师与学生共享视频、演示文稿、图片、文档、动画,以便更好地解释一个概念。 此扩展使V..
Photo Alt Tagger
This extension helps you search for ..
Exchange rate
Show currency exchange rate,refresh ..
Makes My Day
Everyday makes your day stories Exte..
Really Fast(分頁)
將複製的連結刪除空格之後開啟新頁
StayFresh Page Refresher
An open-source extension that refres..

Gmail-to-Trello插件下载

插件商店