Encircle Pricing

Seamless Item Replacement and Pricing Search for the Internet

Encircle Pricingคืออะไร?

Encircle Pricing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://encircleapp.com และคุณลักษณะหลักของมันคือ "Seamless Item Replacement and Pricing Search for the Internet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Encircle Pricing

ดาวน์โหลดไฟล์ส่วนขยาย Encircle Pricing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        By tightly integrating with the Encircle web app (https://encircleapp.com), the Encircle Pricing Chrome extension offers a seamless shopping and item replacement workflow.

Once installed, simply click "Find Replacement" inside the Encircle web application to begin shopping or searching for a replacement price.


FEATURES:
 
- Pick from over 30 supported retailers from a list customized to your location.

- Automatically scans the page for prices and highlights them with an orange box. Simply click a price to track it as a replacement for your Encircle item.

- Quickly refine your search with the Encircle searchbar at the top of the screen. Also displays the item photo and all relevant details so you can compare and refine without having to switch windows.

- Efficiently switch retailers without having to retype your search query.

- Use Google Search if the supported retailers don't cut it. All features work seamlessly for any website.


SUPPORT:

For technical assistance, feedback, or high fives, feel free to send an email to [email protected] and we'll get right back to you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Encircle Pricing Encircle Pricing
ID gbakppfkjgpeingibhfgkeddlahonikc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/encircle-pricing/gbakppfkjgpeingibhfgkeddlahonikc
คำอธิบาย Seamless Item Replacement and Pricing Search for the Internet
ขนาดไฟล์ 896 KB
จำนวนการติดตั้ง 2,289
เวอร์ชันปัจจุบัน 3.16
อัปเดตครั้งล่าสุด 2023-12-18
วันที่เผยแพร่ 2020-02-11
ผู้พัฒนา https://encircleapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://encircleapp.com
URL หน้าช่วยเหลือ https://help.encircleapp.com
URL หน้านโยบายความเป็นส่วนตัว https://getencircle.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Encircle Pricing",
    "short_name": "Pricing",
    "description": "Seamless Item Replacement and Pricing Search for the Internet",
    "version": "3.16",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "35",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/localhost:8888\/*",
                "https:\/\/*.encircleapp.com\/*"
            ],
            "js": [
                "launch.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "dispatch.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "*.woff",
        "*.png",
        "*.gif"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "background",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}