sprinklr-ugc-approval-qa
Ask approval from user to use their content
什麼是sprinklr-ugc-approval-qa?
sprinklr-ugc-approval-qa是由extensions開發的Chrome擴展程式,該擴展的主要功能是“Ask approval from user to use their content”。
擴展截圖
下載sprinklr-ugc-approval-qa擴展crx文件
下載sprinklr-ugc-approval-qa擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | bdknjpkefbmllfmhailjmgbpmllldglp | 
| 官方網址 | https://chromewebstore.google.com/detail/sprinklr-ugc-approval-qa/bdknjpkefbmllfmhailjmgbpmllldglp | 
| 簡介 | Ask approval from user to use their content | 
| 檔案大小 | 16 KB | 
| 安裝次數 | 38 | 
| 目前版本 | 0.0.9 | 
| 更新時間 | 2020-04-03 | 
| 上架時間 | 2020-04-03 | 
| 開發者 | extensions | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | 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\/*"
        ]
    }
}  |  |