Encircle Pricing

Seamless Item Replacement and Pricing Search for the Internet

Encircle Pricing란 무엇입니까?

Encircle Pricing은(는) https://encircleapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamless Item Replacement and Pricing Search for the Internet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Encircle Pricing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}