Not This Time Pal

WAZE for online shopping powered by image search.

Hvad er Not This Time Pal?

Not This Time Pal er en Chrome-udvidelse udviklet af https://notthistimepal.com, og dens hovedfunktion er "WAZE for online shopping powered by image search.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Not This Time Pal-udvidelses-CRX-fil

Download Not This Time Pal-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!"                    

Grundlæggende oplysninger om udvidelsen

Navn Not This Time Pal Not This Time Pal
ID leegjikdmjhjjjeniecinmhnihjeebdo
Officiel URL https://chromewebstore.google.com/detail/not-this-time-pal/leegjikdmjhjjjeniecinmhnihjeebdo
Beskrivelse WAZE for online shopping powered by image search.
Filstørrelse 603 KB
Antal Installationer 20
Nuværende Version 1.5.1
Senest Opdateret 2019-05-31
Udgivelsesdato 2019-05-28
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler https://notthistimepal.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}