Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Queue - Expertise Amplifier",
"description": "Transform expertise into opportunities. Queue guides you to be a sought-after expert and grow your business.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjhkb6Ik8rVa2PAZfasLvLtEueReZw5EmhVgiMd5KkVV0hTptduCcDpCwM9g8l5bacNwd5MPuH97YZpdm3FnhBQLovNhuk\/rxXXhckhJHXQOovxOOu9klAawLAYjw13GWcvfY4FOGDJ4W3\/u8hRDm8qYwxcyZl8Y\/f\/cMOtl46Bs2ynS5LqZsMYXMGBDLJh5PG4cy\/uYgvGLBmhFaUv6stVbdT1oX7eAYzTomZuaaR72syj+d81\/qKe\/1wsQwK68j4kYGPEF\/pvm9QiwsqCugOk1J65qeQuPeQ8PAVrnwNcQa9QkgRKXaktsvjmPJwFny3AL5uTMDhC+PVSwhIJkqRwIDAQAB",
"version": "0.0.6",
"action": {
"default_title": "Queue Connect"
},
"icons": {
"16": "images\/logo-16.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
},
"permissions": [
"tabs",
"storage",
"cookies"
],
"host_permissions": [
"http:\/\/dev.svc.q-ueue.ai:3008\/",
"*:\/\/localhost\/*",
"*:\/\/*.q-ueue.ai\/*",
"https:\/\/q-ueue.ai\/",
"*:\/\/*.linkedin.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.q-ueue.ai\/*"
]
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/scraping-process.tsx-loader-yLD08aMX.js"
],
"matches": [
"https:\/\/*.linkedin.com\/feed\/"
],
"all_frames": false,
"css": [
"assets\/scraping-process-F6UlUBFa.css"
]
},
{
"js": [
"assets\/linkedin_impressions.ts-loader-gFVkxArc.js"
],
"matches": [
"https:\/\/*.linkedin.com\/*\/recent-activity\/all\/*"
],
"all_frames": true
},
{
"js": [
"assets\/linkedin_connections.ts-loader-vHQ7zhIS.js"
],
"matches": [
"https:\/\/*.linkedin.com\/*\/connections\/*"
],
"all_frames": true
},
{
"js": [
"assets\/connection-process.ts-loader-Y83ZhmWF.js"
],
"matches": [
"https:\/\/*.linkedin.com\/in\/*"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"images\/*.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.linkedin.com\/*"
],
"resources": [
"assets\/Button-J2IjnRkm.js",
"assets\/index-b3DgeF1r.js",
"assets\/api-WQlGp9FT.js",
"assets\/scraping-process.tsx-1G-ohuIn.js",
"assets\/linkedin_impressions.ts-PotgRFmB.js",
"assets\/linkedin_connections.ts-5DqL3R4-.js",
"assets\/connection-process.ts-Rs2zqdG-.js"
],
"use_dynamic_url": true
}
]
}