Simple Invoice
This application helps shop keepers for their routine billing work to print invoice
Что такое Simple Invoice?
Simple Invoice - это расширение Chrome, разработанное https://collonmade.com, и его основная функция - "This application helps shop keepers for their routine billing work to print invoice".
Снимки экрана расширения
Скачать файл CRX расширения Simple Invoice
Скачайте файлы расширений Simple Invoice в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tired of using various bill apps ?
No need to worry now . Use this simple app . Nothing new . Just 5 steps and its over :
1)Install extension
2)Congratulations , its ready to use
3)Add your business details
4)Add billing details
5)"Print" it
Go on next invoice now . Основная информация о расширении
| Название | |
| ID | jgdmdnlmdncjnechlikiidjcmkmbngle |
| Официальный URL | https://chromewebstore.google.com/detail/simple-invoice/jgdmdnlmdncjnechlikiidjcmkmbngle |
| Описание | This application helps shop keepers for their routine billing work to print invoice |
| Размер файла | 563 KB |
| Количество установок | 278 |
| Текущая Версия | V1.1.3 |
| Последнее Обновление | 2018-01-04 |
| Дата публикации | 2018-01-04 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | https://collonmade.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple Invoice",
"description": "This application helps shop keepers for their routine billing work to print invoice",
"version": "1.1.3",
"author": "Collonmade",
"short_name": "Simple Invoice",
"browser_action": {
"default_icon": "icon_128x128.png",
"default_popup": "temp.html"
},
"version_name": "V1.1.3",
"content_scripts": [
{
"js": [
"jquery.min.js",
"jspdf.min.js",
"jquery-ui.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"http:\/\/query.yahooapis.com\/v1\/public\/*",
"http:\/\/translate.google.com\/translate_a\/element.js\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |