Lenstag Rescue

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

Co je Lenstag Rescue?

Lenstag Rescue je rozšíření Chrome vyvinuté https://lenstag.com, a jeho hlavní funkcí je „Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Lenstag Rescue

Stáhněte si soubory rozšíření Lenstag Rescue ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Lenstag Rescue Lenstag Rescue
ID mciidkooancddoomldklgcklkbmlboog
Oficiální URL https://chromewebstore.google.com/detail/lenstag-rescue/mciidkooancddoomldklgcklkbmlboog
Popis Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.
Velikost souboru 81.86 KB
Počet instalací 3,916
Aktuální Verze 1.4
Poslední Aktualizace 2016-02-28
Datum Vydání 2016-02-28
Hodnocení 4.75/5 Celkem 61 Hodnocení
Vývojář https://lenstag.com
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}