Howl
Welcome to the Howl Extension for Chrome
什麼是Howl?
Howl是由Howl開發的Chrome擴展程式,該擴展的主要功能是“Welcome to the Howl Extension for Chrome”。
擴展截圖
下載Howl擴展crx文件
下載Howl擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This browser extension makes it easier and faster for creators on Howl to make howl.me shopping links and start earning more on any social commerce platform. It’s free to download - just sign in with your Howl username and password to get started. Don’t have a Howl account yet? Sign up here: www.planethowl.com to join our public beta. Creators on Howl can use this tool to: • Start earning faster - create howl.me links from any e-commerce website in seconds to start earning when shoppers buy from your posts • Post from any platform - howl.me links work on any social commerce platform–from YouTube, Instagram, and Twitter to TikTok, Substack, and Twitch • See which posts are driving sales - assign your link to an existing or new story so you can see exactly which posts are driving sales in your Howl dashboard • Collaborate with teammates - multiple team members can create and use howl.me links for the same account • Automatically earn more - Flip on Howl’s “dynamic” setting to automatically send shoppers to the retailer with the highest rate, plus update out of stock links Questions or feedback? You can find us at [email protected].
擴展基本資訊
名稱 | Howl |
ID | flkpnckidibackbdhjofgclecmfdodae |
官方網址 | https://chromewebstore.google.com/detail/howl/flkpnckidibackbdhjofgclecmfdodae |
簡介 | Welcome to the Howl Extension for Chrome |
檔案大小 | 2.78 MB |
安裝次數 | 2,510 |
目前版本 | 1.2.2 |
更新時間 | 2024-02-13 |
上架時間 | 2022-06-10 |
評分 | 5.00/5 共 10 次評分 |
開發者 | Howl |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://planethowl.com/ |
說明頁面URL | https://planethowl.com/ |
隱私政策頁面URL | https://planethowl.com/legal/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Howl", "manifest_version": 3, "description": "Welcome to the Howl Extension for Chrome", "version": "1.2.2", "minimum_chrome_version": "88", "action": { "default_title": "Howl", "default_popup": ".\/index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/api.bam-x.site\/*", "https:\/\/api.bam-x.com\/*", "https:\/\/staging-api.bam-x.com\/*", "https:\/\/staging-api.planethowl.com\/*", "https:\/\/api.planethowl.com\/*", "https:\/\/app.planethowl.com\/*", "https:\/\/howl-web-staging.vercel.app\/*" ], "icons": { "128": ".\/icon.png" } } |