Not This Time Pal

WAZE for online shopping powered by image search.

Qu'est-ce que Not This Time Pal ?

Not This Time Pal est une extension Chrome développée par https://notthistimepal.com, et sa fonction principale est "WAZE for online shopping powered by image search.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Not This Time Pal

Téléchargez les fichiers d'extension Not This Time Pal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Not This Time Pal Not This Time Pal
ID leegjikdmjhjjjeniecinmhnihjeebdo
URL Officiel https://chromewebstore.google.com/detail/not-this-time-pal/leegjikdmjhjjjeniecinmhnihjeebdo
Description WAZE for online shopping powered by image search.
Taille du Fichier 603 KB
Nombre d'Installations 20
Version Actuelle 1.5.1
Dernière Mise à Jour 2019-05-31
Date de Publication 2019-05-28
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://notthistimepal.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}