sprinklr-ugc-approval-qa
Ask approval from user to use their content
Qu'est-ce que sprinklr-ugc-approval-qa ?
sprinklr-ugc-approval-qa est une extension Chrome développée par extensions, et sa fonction principale est "Ask approval from user to use their content".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension sprinklr-ugc-approval-qa
Téléchargez les fichiers d'extension sprinklr-ugc-approval-qa 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
With this extension users will be able to comment on IG posts by natively logging in to Instagram via iframe , thus helping users and brands to request approval for IG fan posts by logging to their business accounts via extension.
Informations de Base sur l'Extension
Nom | sprinklr-ugc-approval-qa |
ID | bdknjpkefbmllfmhailjmgbpmllldglp |
URL Officiel | https://chromewebstore.google.com/detail/sprinklr-ugc-approval-qa/bdknjpkefbmllfmhailjmgbpmllldglp |
Description | Ask approval from user to use their content |
Taille du Fichier | 16 KB |
Nombre d'Installations | 38 |
Version Actuelle | 0.0.9 |
Dernière Mise à Jour | 2020-04-03 |
Date de Publication | 2020-04-03 |
Développeur | extensions |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sprinklr-ugc-approval-qa", "description": "Ask approval from user to use their content", "version": "0.0.9", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "tabs", "https:\/\/*.sprinklr.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/p\/*\/" ], "js": [ "InstagramContentScript.js" ], "css": [ "InstagramContentScript.css" ] }, { "matches": [ "https:\/\/*.sprinklr.com\/*" ], "js": [ "SprinklrContentScript.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.sprinklr.com\/*" ] } } |