Pilfer

One-click saving and sync photos across all devices

Wat is Pilfer?

Pilfer is een Chrome-extensie ontwikkeld door https://getpilfer.com, en de belangrijkste functie is "One-click saving and sync photos across all devices".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Pilfer

Download Pilfer-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

                                            

Basisinformatie over de Extensie

Naam Pilfer Pilfer
ID padmhilbbmmioobcfgfkdicbndgfcnae
Officiële URL https://chromewebstore.google.com/detail/pilfer/padmhilbbmmioobcfgfkdicbndgfcnae
Beschrijving One-click saving and sync photos across all devices
Bestandsgrootte 96.86 KB
Aantal Installaties 81
Huidige Versie 0.9.2.2
Laatst Bijgewerkt 2015-12-06
Publicatiedatum 2015-12-06
Beoordeling 2.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://getpilfer.com
Betalingswijze free
Extensiewebsite http://getpilfer.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pilfer",
    "description": "One-click saving and sync photos across all devices",
    "version": "0.9.2.2",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "contextMenus",
        "identity",
        "notifications",
        "activeTab"
    ],
    "minimum_chrome_version": "29",
    "icons": {
        "16": "pilfer16.png",
        "32": "pilfer32.png",
        "48": "pilfer48.png",
        "128": "pilfer128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv\/K0LLxYcFRGcMiEa5YCcvogVcp0\/atN62Ie8wJ8Ml9c1qScpHVUgqJ\/77B5tEDZ9JKFdJdlBeZgm6WdkjwEqqYay6PBkwV\/KMrH74SdXwIo8+QUw+FqVZZOn0Q\/in17QX1\/1i2VYnVe9xNfNnRV4ULAG+tzzFp7BPoQCPUdQ2KPmYFFGuX8fsIo\/TS3K+OE47B9M0YS\/rJ2WrnKLtbWzpXRqxIKYdC3kxc6gTHDCA09TdrANFZkTY6DKKUpcwbkAWGfUnl5uhCo2LhRBfjyrF2uxJX93B\/sE+w39vEhsSI56PVwLX4xoawx7h\/62uf3g7RdJ0LCHZOQQzbxUVbNjwIDAQAB",
    "oauth2": {
        "client_id": "934472750373-aj97dgcq2k69k5f7b211mj54koacefuf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/picasaweb.google.com\/data\/",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.js",
            "pilfer.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.js",
                "content.js"
            ]
        }
    ]
}