Share on Slack
Browse URL send to Slack channel.
What is Share on Slack?
Share on Slack is a Chrome extension developed by Unknown, and its main feature is "Browse URL send to Slack channel.".
Extension Screenshots
Download Share on Slack Extension CRX File
Download Share on Slack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Share on Slack |
ID | kfgjocfohbeldonnlaeologhplckffhj |
Official URL | https://chromewebstore.google.com/detail/share-on-slack/kfgjocfohbeldonnlaeologhplckffhj |
Description | Browse URL send to Slack channel. |
File Size | 71.7 KB |
Installation Count | 46 |
Current Version | 1.0.0 |
Last Updated | 2016-02-27 |
Publish Date | 2016-02-27 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Share on Slack", "short_name": "Slack", "description": "Browse URL send to Slack channel.", "version": "1.0.0", "permissions": [ "tabs" ], "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "share_icon.png", "default_popup": "popup.html" }, "options_page": "options.html" } |