Howl
Welcome to the Howl Extension for Chrome
Τι είναι το Howl;
Το Howl είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Howl, και η κύρια λειτουργία του είναι "Welcome to the Howl Extension for Chrome".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Howl
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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" } } |