Netkoza Tareks Tps Aktarma
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Netkoza Net",
"version": "2.1",
"icons": {
"16": "kozaico.png"
},
"browser_action": {
"default_icon": "kozaico.png",
"default_title": "Öncelikle aktarmak istediğiniz başvuru numarasını Tareks sisteminde arayıp sonrasında tıklayınız..",
"default_popup": "kozaeklenti.html"
},
"permissions": [
"tabs",
"contextMenus",
"clipboardRead"
],
"background": {
"scripts": [
"kozabackground.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"jquery-3.3.1.min.js",
"kozacontent.js"
]
}
]
}