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",
"name": "XING Transfer to LinkedIn",
"description": "XING Kontakte einfach bei LinkedIn finden",
"version": "1.3.1",
"manifest_version": 3,
"author": {
"name": "Jens Polomski",
"url": "htps:\/\/jens.marketing"
},
"icons": {
"16": "icons\/16.png",
"24": "icons\/24.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.xing.com\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/content.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.xing.com\/*"
],
"resources": [
"icons\/linkedin.png"
]
}
]
}