oak

Find the Black-owned hair products that work best for you, no matter where you shop.

oak란 무엇입니까?

oak은(는) http://myoaksystem.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the Black-owned hair products that work best for you, no matter where you shop."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        oak exists to provide a foundation that makes healthy hair easily accessible for everyone while amplifying Black-owned brands and businesses. We believe that healthy hair and a healthy financial ecosystem for the Black community go hand-in-hand.

This extension analyzes hair products on Amazon's Target's, and Walmart's websites to let you know if the brands that make them are Black-owned and, for some products, how good that product is for your specific hair profile. We do this using data we've gathered from hundreds of hours of ingredient, product and business research, as well as with the feedback we get from our users like you.

This extension is only one of oak's products. The others, the oak Consultation and oak Dashboard, work with it in tandem to keep you looking and feeling your best while supporting Black-owned businesses. Try them all today, and learn more at myoaksystem.com.                    

확장 프로그램 기본 정보

이름 oak oak
ID ohenjpijmmigfbdbfnmdbonooeihehak
공식 URL https://chrome.google.com/webstore/detail/oak/ohenjpijmmigfbdbfnmdbonooeihehak
설명 Find the Black-owned hair products that work best for you, no matter where you shop.
파일 크기 2.61 MB
설치 횟수 52
현재 버전 1.4
최근 업데이트 2021-12-09
출시 날짜 2021-02-18
평점 5.00/5 총 10 개의 평점
개발자 http://myoaksystem.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://myoaksystem.com
도움말 페이지 URL https://myoaksystem.com
개인정보 보호 정책 페이지 URL https://myoaksystem.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "oak",
    "author": "Oak Systems",
    "version": "1.4",
    "description": "Find the Black-owned hair products that work best for you, no matter where you shop.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*.myoaksystem.com\/",
        "http:\/\/*.myoaksystem.com\/"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.target.com\/p\/*",
                "https:\/\/*.target.com\/p\/*"
            ],
            "js": [
                "static\/js\/targetProduct.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.target.com\/s*",
                "https:\/\/*.target.com\/s*"
            ],
            "js": [
                "static\/js\/targetProductList.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.amazon.com\/s*",
                "https:\/\/*.amazon.com\/s*"
            ],
            "js": [
                "static\/js\/amazonProductList.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com\/*"
            ],
            "exclude_matches": [
                "http:\/\/*.amazon.com\/s*",
                "https:\/\/*.amazon.com\/s*"
            ],
            "js": [
                "static\/js\/amazonProduct.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.walmart.com\/search\/?query=*",
                "https:\/\/*.walmart.com\/search\/?query=*"
            ],
            "js": [
                "static\/js\/walmartProductList.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.walmart.com\/ip\/*",
                "https:\/\/*.walmart.com\/ip\/*"
            ],
            "js": [
                "static\/js\/walmartProduct.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/favicon-16.png",
        "32": "images\/favicon-32.png",
        "128": "images\/favicon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "oak",
        "default_icon": {
            "16": "images\/favicon-16.png",
            "32": "images\/favicon-32.png",
            "128": "images\/favicon-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}