Not This Time Pal

WAZE for online shopping powered by image search.

Not This Time Pal là gì?

Not This Time Pal là một tiện ích mở rộng Chrome được phát triển bởi https://notthistimepal.com, và tính năng chính của nó là "WAZE for online shopping powered by image search.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Not This Time Pal

Tải xuống các tệp mở rộng Not This Time Pal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Not This Time Pal Not This Time Pal
ID leegjikdmjhjjjeniecinmhnihjeebdo
URL Chính Thức https://chromewebstore.google.com/detail/not-this-time-pal/leegjikdmjhjjjeniecinmhnihjeebdo
Mô tả WAZE for online shopping powered by image search.
Kích Thước Tệp 603 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2019-05-31
Ngày Phát Hành 2019-05-28
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://notthistimepal.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}