Add a link to trello
This extension will let you add a link to a list on a board on Trello.
Vad är Add a link to trello?
Add a link to trello är en Chrome-tillägg utvecklad av https://omgmog.net, och dess huvudfunktion är "This extension will let you add a link to a list on a board on Trello.".
Tilläggsskärmbilder
Ladda ner Add a link to trello-förlängningens CRX-fil
Ladda ner Add a link to trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello. Grundläggande Information om Tillägg
| Namn | |
| ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
| Officiell webbadress | https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe |
| Beskrivning | This extension will let you add a link to a list on a board on Trello. |
| Filstorlek | 71.53 KB |
| Antal Installationer | 517 |
| Aktuell Version | 1.2.1 |
| Senast Uppdaterad | 2021-07-30 |
| Publiceringsdatum | 2014-03-14 |
| Betyg | 4.11/5 Totalt 9 Betyg |
| Utvecklare | https://omgmog.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/omgmog/chrome-add-link-to-trello |
| Hjälpsida URL | https://github.com/omgmog/chrome-add-link-to-trello/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Add a link to trello",
"description": "This extension will let you add a link to a list on a board on Trello.",
"version": "1.2.1",
"options_page": "options.html",
"permissions": [
"https:\/\/api.trello.com\/",
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"options.html"
],
"content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
} | |