Nut Tree
The fast, fun way to get nuts about brands and products you love.
Nut Tree란 무엇입니까?
Nut Tree은(는) Nut Tree에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fast, fun way to get nuts about brands and products you love."입니다.
확장 프로그램 스크린샷
Nut Tree 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension, you’ll be able to access your Nut Tree account, get notified when there are new requests from a Tree, and complete simple actions to help a brand you care about grow online. The Nut Tree extension pins to the side of your browser. When Trees you are a member of send new requests, they appear immediately in the Nut Tree extension. You can take action on requests whenever it works for you. Suggest links you see around the web that are relevant. And feel good about helping support an awesome company or organization. In order to use the Nut Tree extension, you must first be invited to join a Tree. Learn more at https://nuttr.ee
확장 프로그램 기본 정보
이름 | Nut Tree |
ID | pgkpmmcekebdmjkbbipdceaphngjgjgd |
공식 URL | https://chromewebstore.google.com/detail/nut-tree/pgkpmmcekebdmjkbbipdceaphngjgjgd |
설명 | The fast, fun way to get nuts about brands and products you love. |
파일 크기 | 7.49 KB |
설치 횟수 | 77 |
현재 버전 | 1.4 |
최근 업데이트 | 2024-01-04 |
출시 날짜 | 2023-12-10 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Nut Tree |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://nuttr.ee |
개인정보 보호 정책 페이지 URL | https://nuttr.ee/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhumB9CkUu35DpSffiSZjLwsO9R5EvHvfB8Qlfh5YAFm0Oir9iWefrT0p+1oVmRSaZ+\/q\/NPQruxJKWYUUlCuy9onGCZAilCldAfz5Z70Jmqd9XqFocn1qGlWn4ghDMcQa2Pci68f7ferTlr7yzUCEH+CxbSt5dMMUltfVXVI+WcjhVa7m2MyMq\/k3GNXFsfN8o9MhfnYb58+g4O9MjgXKSJptdfeD4wGKJV4J6rEJDcE+HvxNSj+Gs7qXoWzlXx8J\/TVrM6+TrL3Bb98oKCiBxyv5I3o8omibWi8pmyRxfAZD4SJk9oCGpVnKd9tAL1L4WzGCHgeols5I7omPcTczwIDAQAB", "manifest_version": 3, "name": "Nut Tree", "description": "The fast, fun way to get nuts about brands and products you love.", "version": "1.4", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "action": { "default_title": "Launch Nut Tree" }, "side_panel": { "default_path": "index.html" }, "permissions": [ "sidePanel", "storage", "alarms", "tabs" ], "background": { "service_worker": ".\/serviceWorker.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self' " } } |