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文件
下載Nut Tree擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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' " } } |