Spoken

Exact furniture for less

Spoken란 무엇입니까?

Spoken은(는) https://spoken.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Exact furniture for less"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Spoken finds the best deals on furniture and home decor.

Stores mark up products. We find the same item elsewhere, for less. 

🤑 Save big - Users typically save $200 per session with us.
🕵️‍♂️ We’re sleuths - Even product name changes don't fool us.
✅ Lowkey alerts - we notify you only on confirmed matches. 

Over 10,000 shoppers are saving with Spoken. Ready to join?

By using this, you agree to Spoken's policy at spoken.io/privacy.                    

확장 프로그램 기본 정보

이름 Spoken Spoken
ID faodclogpfmnnmdbfbfholkkjbedcnjp
공식 URL https://chromewebstore.google.com/detail/spoken/faodclogpfmnnmdbfbfholkkjbedcnjp
설명 Exact furniture for less
파일 크기 1.16 MB
설치 횟수 23,514
현재 버전 0.1.17
최근 업데이트 2023-09-05
출시 날짜 2022-02-20
평점 4.31/5 총 45 개의 평점
개발자 https://spoken.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.spoken.io/
개인정보 보호 정책 페이지 URL https://www.spoken.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Exact furniture for less",
    "version": "0.1.17",
    "name": "Spoken",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "public\/icons\/16.png",
        "48": "public\/icons\/48.png",
        "128": "public\/icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoJ3IWyrX0Zml8e2dlfkP1RsdC3RK4oTZS84RTjACm06EvcNuN3JFr6v6QQClWsxV2+Y4G7U7skBr4BPs2tu6JwruQ0v6SWB+1QzLYGpZOTLMvAoJc98kmv9REK3p81EKMt8f45EGrGtuq5NNL5AgVzpcRLOiXnO150IZS5AX45p3w03hKLwmzQW7sSZ7oIq8yt3QLzTwwTbXhpGcvadiCZYcExYgweLAjs+6ydPniD6ESVRebmEjAzUc3MUBQjrFBAC8yWvjoMPsCEFXUC5JNvxczlt2wOsL9rbZu5cejyxSpgOh005u9Q9FX8Soq71P7TPyP00JdaCX\/SgnbpBWwQIDAQAB"
}