Lenstag Rescue

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

O que é Lenstag Rescue?

Lenstag Rescue é uma extensão do Chrome desenvolvida por https://lenstag.com, e sua principal característica é "Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lenstag Rescue

Baixe arquivos de extensão Lenstag Rescue no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Lenstag Rescue Lenstag Rescue
ID mciidkooancddoomldklgcklkbmlboog
URL Oficial https://chromewebstore.google.com/detail/lenstag-rescue/mciidkooancddoomldklgcklkbmlboog
Descrição Help photographers recover their stolen cameras and work towards a world without camera theft by installing Lenstag Rescue.
Tamanho do Arquivo 81.86 KB
Contagem de Instalações 3,916
Versão Atual 1.4
Última Atualização 2016-02-28
Data de Publicação 2016-02-28
Classificação 4.75/5 Total de 61 Avaliações
Desenvolvedor https://lenstag.com
Tipo de Pagamento free
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}