Not This Time Pal

WAZE for online shopping powered by image search.

Cos'è Not This Time Pal?

Not This Time Pal è un'estensione di Chrome sviluppata da https://notthistimepal.com, e la sua funzione principale è "WAZE for online shopping powered by image search.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Not This Time Pal

Scarica i file di estensione Not This Time Pal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Our product is in BETA so we would love your feedback! Feel free to reach out in any way you like Facebook: www.fb.com/notthistimepal or Email: [email protected]
Looking forward to hearing from you!

--------------------------------------------------------------------

Welcome to Not This Time Pal! You give us a product photo and we will give you the full picture! All 100% FREE FOREVER! 

1 Click on any product image to discover if the exact same item can't be found much cheaper on other sites.

Get all the information you need without ever leaving the site you are browsing (Facebook, Instagram, or any e-commerce site).

And if you find something you like we'll take you to the seller of your choice with just one click.

And if you are not yet ready to make the purchase not to worry. The results of your search are saved and you can revisit them any time.

!NEW! You can now review products to help your friends shop smarter. And of course you will shop smarter thanks to friend reviews. All for one and one for all!
Let's keep e-commerce honest!

--------------------------------------------------------------------

So let's say it together:
"Before you overpay, just say NOT THIS TIME PAL!"                    

Informazioni di Base sull'Estensione

Nome Not This Time Pal Not This Time Pal
ID leegjikdmjhjjjeniecinmhnihjeebdo
URL Ufficiale https://chromewebstore.google.com/detail/not-this-time-pal/leegjikdmjhjjjeniecinmhnihjeebdo
Descrizione WAZE for online shopping powered by image search.
Dimensione del File 603 KB
Conteggio Installazioni 20
Versione Corrente 1.5.1
Ultimo Aggiornamento 2019-05-31
Data di Pubblicazione 2019-05-28
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://notthistimepal.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Not This Time Pal",
    "version": "1.5.1",
    "description": "WAZE for online shopping powered by image search.",
    "background": {
        "scripts": [
            ".\/src\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "identity",
        "notifications",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_title": "NTTP Assistant"
    },
    "icons": {
        "16": "images\/logo\/logo16.png",
        "32": "images\/logo\/logo32.png",
        "48": "images\/logo\/logo48.png",
        "128": "images\/logo\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                ".\/src\/content.js",
                ".\/src\/insert.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxVp4pfyfv3PUUhKaUauXECjd+GFa2lkJXKUWzAfJw\/kHlTkkJG1pEecWhs6q+AM3aaVomXCZx\/CCn7laZlns0v46gGh15JXsMHC1WEN+BcqFTLfXcP52Fjq0Nsp3fF17Jnc567fALcCWA1dNqtupEjqKaZCnjnUrEwGaY5u\/qEpiRa+Gr17+GEZPKwc33s0qeNluqd0bkbFA8xn7g4dLaobnpwmSbyVkJG0oOfvCy1gn2qFI\/\/AmJVAGRXURHbglU4ea9nqakk6uLHa6NKzjzoO0F9QdSiWVesWcINDaO93vk0JgVzQxVvEL9E9a6xW4v6\/0k1Tx3U0xiybEbMEcJwIDAQAB"
}