Snapshot Publisher
Snapshot Publisher Chrome Extension
Cos'è Snapshot Publisher?
Snapshot Publisher è un'estensione di Chrome sviluppata da http://gosnapshot.com, e la sua funzione principale è "Snapshot Publisher Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snapshot Publisher
Scarica i file di estensione Snapshot Publisher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Snapshot Publisher Chrome Extension makes it as easy a point and click to capture content and contribute to a social media campaign. Simply browse the web and when you find relevant content…just take a “1-click Snapshot” Snapshot captures the web page information: Title, URL, Image & Summary and sends the Snapshot to the social media manager using their email. Even non-Snapshot users can send great content to registered Snapshot users!
Informazioni di Base sull'Estensione
Nome | |
ID | iglekojkeonkkpneiniepgcppdjemplc |
URL Ufficiale | https://chrome.google.com/webstore/detail/snapshot-publisher/iglekojkeonkkpneiniepgcppdjemplc |
Descrizione | Snapshot Publisher Chrome Extension |
Dimensione del File | 142 KB |
Conteggio Installazioni | 313 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2013-09-05 |
Data di Pubblicazione | 2013-09-05 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | http://gosnapshot.com |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snapshot Publisher", "version": "1.4", "manifest_version": 2, "description": "Snapshot Publisher Chrome Extension", "background": { "scripts": [ "content.js" ] }, "browser_action": { "default_icon": "cam-bulb-128sq.png", "default_title": "Snapshot Publisher", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "jquery1.7.1.min.js", "content.js", "extract.js" ], "css": [ "Reset.css", "popup.css" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", " |