Share2WP
This extension share browser content on Workplace
Wat is Share2WP?
Share2WP is een Chrome-extensie ontwikkeld door antonello.mantuano, en de belangrijkste functie is "This extension share browser content on Workplace".
Extensie Screenshots
Download het CRX-bestand van de extensie Share2WP
Download Share2WP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Share url content to Workplace by Facebook
Basisinformatie over de Extensie
Naam | |
ID | dlndcbncnjjbnhaepbpfpbfeoipakbfh |
Officiële URL | https://chrome.google.com/webstore/detail/share2wp/dlndcbncnjjbnhaepbpfpbfeoipakbfh |
Beschrijving | This extension share browser content on Workplace |
Bestandsgrootte | 42.32 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-07-14 |
Publicatiedatum | 2017-07-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | antonello.mantuano |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |