Snapshot Publisher

Snapshot Publisher Chrome Extension

Wat is Snapshot Publisher?

Snapshot Publisher is een Chrome-extensie ontwikkeld door http://gosnapshot.com, en de belangrijkste functie is "Snapshot Publisher Chrome Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Snapshot Publisher

Download Snapshot Publisher-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

                        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!                    

Basisinformatie over de Extensie

Naam Snapshot Publisher Snapshot Publisher
ID iglekojkeonkkpneiniepgcppdjemplc
Officiële URL https://chrome.google.com/webstore/detail/snapshot-publisher/iglekojkeonkkpneiniepgcppdjemplc
Beschrijving Snapshot Publisher Chrome Extension
Bestandsgrootte 142 KB
Aantal Installaties 313
Huidige Versie 1.4
Laatst Bijgewerkt 2013-09-05
Publicatiedatum 2013-09-05
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar http://gosnapshot.com
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*",
        "",
        "background",
        "http\/\/gosnapshot.com\/snapshot"
    ]
}