Lenstag Rescue

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

Qu'est-ce que Lenstag Rescue ?

Lenstag Rescue est une extension Chrome développée par https://lenstag.com, et sa fonction principale est "Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lenstag Rescue

Téléchargez les fichiers d'extension Lenstag Rescue au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Lenstag Rescue Lenstag Rescue
ID mciidkooancddoomldklgcklkbmlboog
URL Officiel https://chromewebstore.google.com/detail/lenstag-rescue/mciidkooancddoomldklgcklkbmlboog
Description Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.
Taille du Fichier 81.86 KB
Nombre d'Installations 3,916
Version Actuelle 1.4
Dernière Mise à Jour 2016-02-28
Date de Publication 2016-02-28
Évaluation 4.75/5 Total 61 Évaluations
Développeur https://lenstag.com
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}