Chrome-Extension-Example icon indicating copy to clipboard operation
Chrome-Extension-Example copied to clipboard

Sample application illustrating use of the Asana API

Results 7 Chrome-Extension-Example issues
Sort by recently updated
recently updated
newest added

Microsoft Edge is the second most used browser on the web, making the browsing experience more flexible, offering many more services for users and optimized for Windows devices. Microsoft Edge...

NOTE: This is a pull request after the fact to bring the version on Github in line with the one we're releasing.

Checking manifest.json and [chrome web store](https://chrome.google.com/webstore/detail/asana-extension-for-chrom/khnpeclbnipcdacdkhejifenadikeghk), I see that ALT+SHIFT+A is the correct one.

Initial WIP of chrome extension project typeahead commit: 6dc3fe3 https://github.com/Asana/Chrome-Extension-Example/commit/86c0a6730bced4dd494f164d49feed3d714ad3f0

NOTE: This is a pull request after the fact to bring the version on Github in line with the one we're releasing.

Problem: Inline JavaScript in `background.html` is not being executed. Cause: This is because of the [Content Security Policy](http://developer.chrome.com/trunk/extensions/contentSecurityPolicy.html#JSExecution) adopted by Chrome's extension system. This restriction [cannot be relaxed](http://developer.chrome.com/trunk/extensions/contentSecurityPolicy.html#relaxing-inline-script). Fix: This...

https://github.com/Asana/Chrome-Extension-Example#readme says: > * Installs the special Asana ALT+A keyboard shortcut. However, the keyboard shortcut defined in https://github.com/Asana/Chrome-Extension-Example/blob/launch/manifest.json is Alt+Shift+A. Please update either of README or the settings for consistency....