Шукайте інформацію про своїх кліентів та контрагентів на сайті Ask Papir. Це зручний спосіб працювати лише з існуючимі компаніямі.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Запитати у Papir",
"description": "Шукайте інформацію про своїх кліентів та контрагентів на сайті Ask Papir. Це зручний спосіб працювати лише з існуючимі компаніямі.",
"version": "1.0.4",
"permissions": [
"contextMenus",
"tabs",
"http://*/*",
"https://*/*"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"manifest_version": 2
}