Share2WP
This extension share browser content on Workplace
What is Share2WP?
Share2WP is a Chrome extension developed by antonello.mantuano, and its main feature is "This extension share browser content on Workplace".
Extension Screenshots
Download Share2WP Extension CRX File
Download Share2WP 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
Share url content to Workplace by Facebook
Extension Basic Information
Name | |
ID | dlndcbncnjjbnhaepbpfpbfeoipakbfh |
Official URL | https://chrome.google.com/webstore/detail/share2wp/dlndcbncnjjbnhaepbpfpbfeoipakbfh |
Description | This extension share browser content on Workplace |
File Size | 42.32 KB |
Installation Count | 56 |
Current Version | 1.1 |
Last Updated | 2017-07-14 |
Publish Date | 2017-07-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | antonello.mantuano |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Share2WP", "description": "This extension share browser content on Workplace", "version": "1.1", "options_page": "options.html", "background": { "scripts": [ "js\/Options.js", "popup.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Share2Workplace" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ] } |