Mavely Link Creator
Easily create shoppable links to your favorite brands and products.
Qu'est-ce que Mavely Link Creator ?
Mavely Link Creator est une extension Chrome développée par https://creators.mave.ly, et sa fonction principale est "Easily create shoppable links to your favorite brands and products.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mavely Link Creator
Téléchargez les fichiers d'extension Mavely Link Creator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Easily create shoppable links while browsing any of our Mavely supported retailer websites.The Mavely Link Creator Chrome extension is must-have for creators who want to easily create shoppable links on any Mavely-supported brand site. It’s easy to use. While viewing an item on a supported retailer’s website, click on the Mavely Link Creator extension. Tap create and you’ll be able to copy and share your shoppable link. You’ll also see all of your links in your Mavely app or on our Mavely desktop portal. You must have a Mavely account to use this Mavely Link Creator Chrome extension. Just sign up via our app or desktop portal to create an account. Use Mavely to monetize your following and learn how to grow your brand. We offer hands on customer service, innovative technology, and the fastest payouts in the industry. Learn more about Mavely and sign up today at: https://www.joinmavely.com
Informations de Base sur l'Extension
Nom | Mavely Link Creator |
ID | imnkmflimlpaofnfdhaeigjcbaihaplm |
URL Officiel | https://chromewebstore.google.com/detail/mavely-link-creator/imnkmflimlpaofnfdhaeigjcbaihaplm |
Description | Easily create shoppable links to your favorite brands and products. |
Taille du Fichier | 1.43 MB |
Nombre d'Installations | 4,000 |
Version Actuelle | 1.2.5 |
Dernière Mise à Jour | 2024-01-23 |
Date de Publication | 2022-08-05 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://creators.mave.ly |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.joinmavely.com/ |
URL de la Page d'Aide | https://mavely.freshdesk.com/ |
URL de la Page de Politique de Confidentialité | https://mavely.freshdesk.com/support/solutions/articles/48000705848-terms-policies |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mavely Link Creator", "description": "Easily create shoppable links to your favorite brands and products.", "version": "1.2.5", "permissions": [ "activeTab" ], "homepage_url": "https:\/\/mavely.live", "externally_connectable": { "matches": [ "https:\/\/mavely.live\/*" ] }, "manifest_version": 3, "host_permissions": [ "https:\/\/mavely.live\/*" ], "icons": { "16": "icon192_black.png", "48": "icon192_black.png", "128": "icon192_black.png" }, "action": { "default_popup": "\/index.html", "default_title": "Mavely Link Creator", "defualt_tooltip": "Open Mavely Link Creator", "default_icon": { "16": "icon192_black.png", "32": "icon192_black.png", "48": "icon192_black.png", "128": "icon192_black.png" } } } |