Lenstag Rescue

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

Vad är Lenstag Rescue?

Lenstag Rescue är en Chrome-tillägg utvecklad av https://lenstag.com, och dess huvudfunktion är "Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.".

Tilläggsskärmbilder

screenshot

Ladda ner Lenstag Rescue-förlängningens CRX-fil

Ladda ner Lenstag Rescue-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Lenstag Rescue Lenstag Rescue
ID mciidkooancddoomldklgcklkbmlboog
Officiell webbadress https://chromewebstore.google.com/detail/lenstag-rescue/mciidkooancddoomldklgcklkbmlboog
Beskrivning Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.
Filstorlek 81.86 KB
Antal Installationer 3,916
Aktuell Version 1.4
Senast Uppdaterad 2016-02-28
Publiceringsdatum 2016-02-28
Betyg 4.75/5 Totalt 61 Betyg
Utvecklare https://lenstag.com
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}