Lenstag Rescue

Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.

Wat is Lenstag Rescue?

Lenstag Rescue is een Chrome-extensie ontwikkeld door https://lenstag.com, en de belangrijkste functie is "Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lenstag Rescue

Download Lenstag Rescue-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

                        Detailed description

Lenstag Rescue checks images on the web for camera serial numbers.  If it finds a serial number or similar information in an image, information about the image is sent over an encrypted connection to Lenstag Rescue where it will be used to help recover cameras flagged as stolen on Lenstag (for free!).

Frequently asked questions

What is Lenstag?

Lenstag is a free photographic equipment registry that creates a public web page if a registered item gets stolen.  It's best if you add your gear before it gets stolen so you can flag it as stolen as soon as it disappears, but if your items are already missing, you can add them, too.  Lenstag is available for Android (lens.tg/android), iOS (lens.tg/ios) and on the web at Lenstag.com.

What's the catch?

There's no catch. Lenstag only requires an email address and a password to get going.  If you've already registered your gear on Lenstag and have flagged a camera as stolen, then Lenstag Rescue is already working for you.

Is Lenstag Rescue like StolenCameraFinder?

The Lenstag Rescue Chrome extension is a fork of the open source StolenCameraFinder project Chrome extension on Google Code: https://code.google.com/p/stolencamerafinder/

The extension was changed to send data over an encrypted connection and is used by a service, Lenstag, that's totally free.

How does it work?

Lenstag will occasionally ask Lenstag Rescue if it has seen any stolen camera serial numbers and if it has, Lenstag Rescue will give Lenstag information about the images to be use in a report given to the photographer with the stolen camera to aid in its recovery.

How anonymous is it?

The Chrome extension only sends data when it finds an image with serial numbers or other data in an image that can aid in a camera's recovery.  The data is about the found image and does not contain any text data from the web page itself.

What if I have other questions?

Feel free to email hello AT lenstag.com and we'll answer them.  Thanks!                    

Basisinformatie over de Extensie

Naam Lenstag Rescue Lenstag Rescue
ID mciidkooancddoomldklgcklkbmlboog
Officiële URL https://chromewebstore.google.com/detail/lenstag-rescue/mciidkooancddoomldklgcklkbmlboog
Beschrijving Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.
Bestandsgrootte 81.86 KB
Aantal Installaties 3,916
Huidige Versie 1.4
Laatst Bijgewerkt 2016-02-28
Publicatiedatum 2016-02-28
Beoordeling 4.75/5 Totaal 61 Beoordelingen
Ontwikkelaar https://lenstag.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.",
    "icons": {
        "16": "lt16.png",
        "48": "lt48.png",
        "128": "lt128.png"
    },
    "manifest_version": 2,
    "name": "Lenstag Rescue",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.4",
    "content_scripts": [
        {
            "js": [
                "jquery-1.7.1.min.js",
                "jquery.exif.js",
                "jquery.waitforimages.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}