Not This Time Pal

WAZE for online shopping powered by image search.

Not This Time Palとは何ですか?

Not This Time Palはhttps://notthistimepal.comによって開発されたChromeの拡張機能で、その主な機能は「WAZE for online shopping powered by image search.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Not This Time Pal拡張機能のCRXファイルをダウンロード

Not This Time Pal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Not This Time Pal Not This Time Pal
ID leegjikdmjhjjjeniecinmhnihjeebdo
公式URL https://chromewebstore.google.com/detail/not-this-time-pal/leegjikdmjhjjjeniecinmhnihjeebdo
説明 WAZE for online shopping powered by image search.
ファイルサイズ 603 KB
インストール数 20
現在のバージョン 1.5.1
最終更新日 2019-05-31
公開日 2019-05-28
評価 5.00/5 合計 6 レビュー
開発者 https://notthistimepal.com
Eメール [email protected]
支払い方法 free
対応言語 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"
}