Links Sharing for Basecamp
Connects your Basecamp project to a Kippt list for easy links sharing
Hvad er Links Sharing for Basecamp?
Links Sharing for Basecamp er en Chrome-udvidelse udviklet af Minitheory, og dens hovedfunktion er "Connects your Basecamp project to a Kippt list for easy links sharing".
Udvidelsesskærmbilleder
Download Links Sharing for Basecamp-udvidelses-CRX-fil
Download Links Sharing for Basecamp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Connects your Basecamp project to a Kippt list for easy links sharing within Basecamp projects. After installation, you can link a Kippt list to a certain Basecamp project, you can also view and share links within the project page. Refresh your browser after installation. Kippt Login is required.
Grundlæggende oplysninger om udvidelsen
Navn | Links Sharing for Basecamp |
ID | okecaelickakneihkhafgfpkofdmfodf |
Officiel URL | https://chromewebstore.google.com/detail/links-sharing-for-basecam/okecaelickakneihkhafgfpkofdmfodf |
Beskrivelse | Connects your Basecamp project to a Kippt list for easy links sharing |
Filstørrelse | 86.75 KB |
Antal Installationer | 28 |
Nuværende Version | 0.1.5 |
Senest Opdateret | 2013-05-20 |
Udgivelsesdato | 2013-05-20 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Minitheory |
Betalingsmetode | free |
Udvidelseswebsted | http://www.minitheory.com |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Links Sharing for Basecamp", "version": "0.1.5", "manifest_version": 2, "description": "Connects your Basecamp project to a Kippt list for easy links sharing", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "*:\/\/*.cloudfront.net\/*", "*:\/\/launchpad.37signals.com\/*", "*:\/\/kippt.com\/*", "*:\/\/ec2-54-251-40-149.ap-southeast-1.compute.amazonaws.com\/basecamp\/*" ], "content_scripts": [ { "matches": [ "*:\/\/basecamp.com\/*" ], "css": [ "shadowbox\/shadowbox.css", "linksStyle.css" ], "js": [ "jquery.js", "shadowbox\/shadowbox.js", "linksScripts.js" ] } ], "web_accessible_resources": [ "shadowbox\/loading.gif", "shadowbox\/close.png", "linksStyle.css", "shadowbox\/next.png", "shadowbox\/pause.png", "shadowbox\/play.png", "shadowbox\/previous.png", "shadowbox\/shadowbox.js", "shadowbox\/shadowbox.css" ] } |